#90127E

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

Shades of Dark Purple #90127E

Tints of Dark Purple #90127E

Color information

#90127E (or 0x90127E) is unknown color: approx Dark Purple. HEX triplet: 90, 12 and 7E. RGB value is (144,18,126). Sum of RGB (Red+Green+Blue) = 144+18+126=288 (38% of max value = 765). Red value is 144 (56.64% from 255 or 50% from 288); Green value is 18 (7.42% from 255 or 6.25% from 288); Blue value is 126 (49.61% from 255 or 43.75% from 288); Max value from RGB is 144 - color contains mainly: red. Hex color #90127E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90127E is #6FED81. Grayscale: #434343. Windows color (decimal): -7335298 or 8262288. OLE color: 8262288.

HSL color Cylindrical-coordinate representation of color #90127E: hue angle of 308.57º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #90127E is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB14418126-
CMYK00.880.120.44
HSL308.57º77.78%31.76%-
HSV(B)308.57º87.5%56.47%-
XYZ15.487.8720.44-
YUV67.99160.74182.22-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 50%
GREEN value IS 18 (7.42% from 255) = 6.25%
BLUE value IS 126 (49.61% from 255) = 43.75%
R=50%
G=6.25%
B=43.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441812600.880.120.44308.5777.7831.76
Hex90127E058C2C1354e20
Octal220221760130145446511640
Binary100100001001011111100101100011001011001001101011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90127E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90127E; }

 p { color: rgb(144,18,126); }

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

<style>
 a { background-color: #90127E; }

 a { background-color: rgb(144,18,126); }

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

<style>
 span { border-color: #90127E; }

 span { border-color: rgb(144,18,126); }

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