#9205CA

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

Shades of Dark Violet #9205CA

Tints of Dark Violet #9205CA

Color information

#9205CA (or 0x9205CA) is unknown color: approx Dark Violet. HEX triplet: 92, 05 and CA. RGB value is (146,5,202). Sum of RGB (Red+Green+Blue) = 146+5+202=353 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.36% from 353); Green value is 5 (2.34% from 255 or 1.42% from 353); Blue value is 202 (79.30% from 255 or 57.22% from 353); Max value from RGB is 202 - color contains mainly: blue. Hex color #9205CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9205CA is #6DFA35. Grayscale: #444444. Windows color (decimal): -7207478 or 13239698. OLE color: 13239698.

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

Color convert

RGB1465202-
CMYK0.280.9800.21
HSL282.94º95.17%40.59%-
HSV(B)282.94º97.52%79.22%-
XYZ22.5710.4856.71-
YUV69.62202.71182.48-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.36%
GREEN value IS 5 (2.34% from 255) = 1.42%
BLUE value IS 202 (79.30% from 255) = 57.22%
R=41.36%
G=1.42%
B=57.22%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal14652020.280.9800.21282.9495.1740.59
Hex925CA1C6201511b5f29
Octal22253123414202543313751
Binary10010010101110010101110011000100101011000110111011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9205CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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