#900FB6

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

Shades of Dark Violet #900FB6

Tints of Dark Violet #900FB6

Color information

#900FB6 (or 0x900FB6) is unknown color: approx Dark Violet. HEX triplet: 90, 0F and B6. RGB value is (144,15,182). Sum of RGB (Red+Green+Blue) = 144+15+182=341 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.23% from 341); Green value is 15 (6.25% from 255 or 4.40% from 341); Blue value is 182 (71.48% from 255 or 53.37% from 341); Max value from RGB is 182 - color contains mainly: blue. Hex color #900FB6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #900FB6 is #6FF049. Grayscale: #484848. Windows color (decimal): -7336010 or 11931536. OLE color: 11931536.

HSL color Cylindrical-coordinate representation of color #900FB6: hue angle of 286.35º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #900FB6 is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB14415182-
CMYK0.210.9200.29
HSL286.35º84.77%38.63%-
HSV(B)286.35º91.76%71.37%-
XYZ20.129.6545.06-
YUV72.61189.74178.92-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.23%
GREEN value IS 15 (6.25% from 255) = 4.40%
BLUE value IS 182 (71.48% from 255) = 53.37%
R=42.23%
G=4.40%
B=53.37%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal144151820.210.9200.29286.3584.7738.63
Hex90FB6155C01D11e5527
Octal220172662513403543612547
Binary100100001111101101101010110111000111011000111101010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,15,182); }

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

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

 a { background-color: rgb(144,15,182); }

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

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

 span { border-color: rgb(144,15,182); }

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