#9206CA

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

Shades of Dark Violet #9206CA

Tints of Dark Violet #9206CA

Color information

#9206CA (or 0x9206CA) is unknown color: approx Dark Violet. HEX triplet: 92, 06 and CA. RGB value is (146,6,202). Sum of RGB (Red+Green+Blue) = 146+6+202=354 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.24% from 354); Green value is 6 (2.73% from 255 or 1.69% from 354); Blue value is 202 (79.30% from 255 or 57.06% from 354); Max value from RGB is 202 - color contains mainly: blue. Hex color #9206CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9206CA is #6DF935. Grayscale: #454545. Windows color (decimal): -7207222 or 13239954. OLE color: 13239954.

HSL color Cylindrical-coordinate representation of color #9206CA: hue angle of 282.86º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9206CA is Cyan = 0.28, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB1466202-
CMYK0.280.9700.21
HSL282.86º94.23%40.78%-
HSV(B)282.86º97.03%79.22%-
XYZ22.5810.5156.71-
YUV70.2202.38182.06-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.24%
GREEN value IS 6 (2.73% from 255) = 1.69%
BLUE value IS 202 (79.30% from 255) = 57.06%
R=41.24%
G=1.69%
B=57.06%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal14662020.280.9700.21282.8694.2340.78
Hex926CA1C6101511b5e29
Octal22263123414102543313651
Binary10010010110110010101110011000010101011000110111011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9206CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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