#9206B3

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

Shades of Dark Violet #9206B3

Tints of Dark Violet #9206B3

Color information

#9206B3 (or 0x9206B3) is unknown color: approx Dark Violet. HEX triplet: 92, 06 and B3. RGB value is (146,6,179). Sum of RGB (Red+Green+Blue) = 146+6+179=331 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.11% from 331); Green value is 6 (2.73% from 255 or 1.81% from 331); Blue value is 179 (70.31% from 255 or 54.08% from 331); Max value from RGB is 179 - color contains mainly: blue. Hex color #9206B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9206B3 is #6DF94C. Grayscale: #434343. Windows color (decimal): -7207245 or 11732626. OLE color: 11732626.

HSL color Cylindrical-coordinate representation of color #9206B3: hue angle of 288.55º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9206B3 is Cyan = 0.18, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB1466179-
CMYK0.180.9700.30
HSL288.55º93.51%36.27%-
HSV(B)288.55º96.65%70.2%-
XYZ20.069.543.42-
YUV67.58190.88183.93-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.11%
GREEN value IS 6 (2.73% from 255) = 1.81%
BLUE value IS 179 (70.31% from 255) = 54.08%
R=44.11%
G=1.81%
B=54.08%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal14661790.180.9700.30288.5593.5136.27
Hex926B3126101E1215e24
Octal22262632214103644113644
Binary10010010110101100111001011000010111101001000011011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9206B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9206B3; }

 p { color: rgb(146,6,179); }

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

<style>
 a { background-color: #9206B3; }

 a { background-color: rgb(146,6,179); }

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

<style>
 span { border-color: #9206B3; }

 span { border-color: rgb(146,6,179); }

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