#900F76

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

Shades of Dark Purple #900F76

Tints of Dark Purple #900F76

Color information

#900F76 (or 0x900F76) is unknown color: approx Dark Purple. HEX triplet: 90, 0F and 76. RGB value is (144,15,118). Sum of RGB (Red+Green+Blue) = 144+15+118=277 (36% of max value = 765). Red value is 144 (56.64% from 255 or 51.99% from 277); Green value is 15 (6.25% from 255 or 5.42% from 277); Blue value is 118 (46.48% from 255 or 42.60% from 277); Max value from RGB is 144 - color contains mainly: red. Hex color #900F76 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900F76 is #6FF089. Grayscale: #414141. Windows color (decimal): -7336074 or 7737232. OLE color: 7737232.

HSL color Cylindrical-coordinate representation of color #900F76: hue angle of 312.09º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #900F76 is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB14415118-
CMYK00.900.180.44
HSL312.09º81.13%31.18%-
HSV(B)312.09º89.58%56.47%-
XYZ14.947.5817.81-
YUV65.31157.74184.12-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 51.99%
GREEN value IS 15 (6.25% from 255) = 5.42%
BLUE value IS 118 (46.48% from 255) = 42.60%
R=51.99%
G=5.42%
B=42.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441511800.900.180.44312.0981.1331.18
Hex90F7605A122C138511f
Octal220171660132225447012137
Binary10010000111111101100101101010010101100100111000101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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