#90217E

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

Shades of Dark Purple #90217E

Tints of Dark Purple #90217E

Color information

#90217E (or 0x90217E) is unknown color: approx Dark Purple. HEX triplet: 90, 21 and 7E. RGB value is (144,33,126). Sum of RGB (Red+Green+Blue) = 144+33+126=303 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.52% from 303); Green value is 33 (13.28% from 255 or 10.89% from 303); Blue value is 126 (49.61% from 255 or 41.58% from 303); Max value from RGB is 144 - color contains mainly: red. Hex color #90217E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90217E is #6FDE81. Grayscale: #4C4C4C. Windows color (decimal): -7331458 or 8266128. OLE color: 8266128.

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

Color convert

RGB14433126-
CMYK00.770.120.44
HSL309.73º62.71%34.71%-
HSV(B)309.73º77.08%56.47%-
XYZ15.818.5220.55-
YUV76.79155.77175.94-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 47.52%
GREEN value IS 33 (13.28% from 255) = 10.89%
BLUE value IS 126 (49.61% from 255) = 41.58%
R=47.52%
G=10.89%
B=41.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1443312600.770.120.44309.7362.7134.71
Hex90217E04DC2C1363f23
Octal22041176011514544667743
Binary100100001000011111110010011011100101100100110110111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90217E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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