#9905CA

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

Shades of Dark Violet #9905CA

Tints of Dark Violet #9905CA

Color information

#9905CA (or 0x9905CA) is unknown color: approx Dark Violet. HEX triplet: 99, 05 and CA. RGB value is (153,5,202). Sum of RGB (Red+Green+Blue) = 153+5+202=360 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.5% from 360); Green value is 5 (2.34% from 255 or 1.39% from 360); Blue value is 202 (79.30% from 255 or 56.11% from 360); Max value from RGB is 202 - color contains mainly: blue. Hex color #9905CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9905CA is #66FA35. Grayscale: #474747. Windows color (decimal): -6748726 or 13239705. OLE color: 13239705.

HSL color Cylindrical-coordinate representation of color #9905CA: hue angle of 285.08º 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 #9905CA is Cyan = 0.24, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB1535202-
CMYK0.240.9800.21
HSL285.08º95.17%40.59%-
HSV(B)285.08º97.52%79.22%-
XYZ23.8511.1556.77-
YUV71.71201.53185.98-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.5%
GREEN value IS 5 (2.34% from 255) = 1.39%
BLUE value IS 202 (79.30% from 255) = 56.11%
R=42.5%
G=1.39%
B=56.11%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal15352020.240.9800.21285.0895.1740.59
Hex995CA186201511d5f29
Octal23153123014202543513751
Binary10011001101110010101100011000100101011000111011011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9905CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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