#900CB2

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

Shades of Dark Violet #900CB2

Tints of Dark Violet #900CB2

Color information

#900CB2 (or 0x900CB2) is unknown color: approx Dark Violet. HEX triplet: 90, 0C and B2. RGB value is (144,12,178). Sum of RGB (Red+Green+Blue) = 144+12+178=334 (44% of max value = 765). Red value is 144 (56.64% from 255 or 43.11% from 334); Green value is 12 (5.08% from 255 or 3.59% from 334); Blue value is 178 (69.92% from 255 or 53.29% from 334); Max value from RGB is 178 - color contains mainly: blue. Hex color #900CB2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900CB2 is #6FF34D. Grayscale: #454545. Windows color (decimal): -7336782 or 11668624. OLE color: 11668624.

HSL color Cylindrical-coordinate representation of color #900CB2: hue angle of 287.71º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #900CB2 is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB14412178-
CMYK0.190.9300.30
HSL287.71º87.37%37.25%-
HSV(B)287.71º93.26%69.8%-
XYZ19.679.4142.9-
YUV70.39188.73180.5-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 43.11%
GREEN value IS 12 (5.08% from 255) = 3.59%
BLUE value IS 178 (69.92% from 255) = 53.29%
R=43.11%
G=3.59%
B=53.29%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal144121780.190.9300.30287.7187.3737.25
Hex90CB2135D01E1205725
Octal220142622313503644012745
Binary100100001100101100101001110111010111101001000001010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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