#9005CA

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

Shades of Dark Violet #9005CA

Tints of Dark Violet #9005CA

Color information

#9005CA (or 0x9005CA) is unknown color: approx Dark Violet. HEX triplet: 90, 05 and CA. RGB value is (144,5,202). Sum of RGB (Red+Green+Blue) = 144+5+202=351 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.03% from 351); Green value is 5 (2.34% from 255 or 1.42% from 351); Blue value is 202 (79.30% from 255 or 57.55% from 351); Max value from RGB is 202 - color contains mainly: blue. Hex color #9005CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9005CA is #6FFA35. Grayscale: #444444. Windows color (decimal): -7338550 or 13239696. OLE color: 13239696.

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

Color convert

RGB1445202-
CMYK0.290.9800.21
HSL282.34º95.17%40.59%-
HSV(B)282.34º97.52%79.22%-
XYZ22.2210.356.69-
YUV69.02203.05181.48-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.03%
GREEN value IS 5 (2.34% from 255) = 1.42%
BLUE value IS 202 (79.30% from 255) = 57.55%
R=41.03%
G=1.42%
B=57.55%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal14452020.290.9800.21282.3495.1740.59
Hex905CA1D6201511a5f29
Octal22053123514202543213751
Binary10010000101110010101110111000100101011000110101011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9005CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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