#9306FF

Color #9306FF Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #9306FF

Tints of Dark Violet #9306FF

Color information

#9306FF (or 0x9306FF) is unknown color: approx Dark Violet. HEX triplet: 93, 06 and FF. RGB value is (147,6,255). Sum of RGB (Red+Green+Blue) = 147+6+255=408 (54% of max value = 765). Red value is 147 (57.81% from 255 or 36.03% from 408); Green value is 6 (2.73% from 255 or 1.47% from 408); Blue value is 255 (100% from 255 or 62.5% from 408); Max value from RGB is 255 - color contains mainly: blue. Hex color #9306FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9306FF is #6CF900. Grayscale: #4B4B4B. Windows color (decimal): -7141633 or 16713363. OLE color: 16713363.

HSL color Cylindrical-coordinate representation of color #9306FF: hue angle of 273.98º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9306FF is Cyan = 0.42, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB1476255-
CMYK0.420.9800
HSL273.98º100%51.18%-
HSV(B)273.98º97.65%100%-
XYZ30.1513.5595.63-
YUV76.54228.71178.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 147 (57.81% from 255) = 36.03%
GREEN value IS 6 (2.73% from 255) = 1.47%
BLUE value IS 255 (100% from 255) = 62.5%
R=36.03%
G=1.47%
B=62.5%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal14762550.420.9800273.9810051.18
Hex936FF2A62001126433
Octal2236377521420042214463
Binary10010011110111111111010101100010001000100101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9306FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9306FF; }

 p { color: rgb(147,6,255); }

 H1.HeaderClassName
 {
   color: #9306FF;
 }
 .AnyTagClassName
 {
   color: #9306FF;
 }
</style>
background-color css

<style>
 a { background-color: #9306FF; }

 a { background-color: rgb(147,6,255); }

 div.DivClassName
 {
   background-color: #9306FF;
 }
 .BgClassName
 {
   background-color: #9306FF;
 }
</style>
border-color css

<style>
 span { border-color: #9306FF; }

 span { border-color: rgb(147,6,255); }

 td.TdClassName
 {
   border-color: #9306FF;
 }
 .TagClassName
 {
   border-color: #9306FF;
 }
</style>