#900CC5

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

Shades of Dark Violet #900CC5

Tints of Dark Violet #900CC5

Color information

#900CC5 (or 0x900CC5) is unknown color: approx Dark Violet. HEX triplet: 90, 0C and C5. RGB value is (144,12,197). Sum of RGB (Red+Green+Blue) = 144+12+197=353 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.79% from 353); Green value is 12 (5.08% from 255 or 3.40% from 353); Blue value is 197 (77.34% from 255 or 55.81% from 353); Max value from RGB is 197 - color contains mainly: blue. Hex color #900CC5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #900CC5 is #6FF33A. Grayscale: #474747. Windows color (decimal): -7336763 or 12913808. OLE color: 12913808.

HSL color Cylindrical-coordinate representation of color #900CC5: hue angle of 282.81º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #900CC5 is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB14412197-
CMYK0.270.9400.23
HSL282.81º88.52%40.98%-
HSV(B)282.81º93.91%77.25%-
XYZ21.7110.2253.65-
YUV72.56198.23178.96-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.79%
GREEN value IS 12 (5.08% from 255) = 3.40%
BLUE value IS 197 (77.34% from 255) = 55.81%
R=40.79%
G=3.40%
B=55.81%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal144121970.270.9400.23282.8188.5240.98
Hex90CC51B5E01711b5929
Octal220143053313602743313151
Binary100100001100110001011101110111100101111000110111011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #900CC5; }

 p { color: rgb(144,12,197); }

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

<style>
 a { background-color: #900CC5; }

 a { background-color: rgb(144,12,197); }

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

<style>
 span { border-color: #900CC5; }

 span { border-color: rgb(144,12,197); }

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