#90228E

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

Shades of Dark Purple #90228E

Tints of Dark Purple #90228E

Color information

#90228E (or 0x90228E) is unknown color: approx Dark Purple. HEX triplet: 90, 22 and 8E. RGB value is (144,34,142). Sum of RGB (Red+Green+Blue) = 144+34+142=320 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45% from 320); Green value is 34 (13.67% from 255 or 10.62% from 320); Blue value is 142 (55.86% from 255 or 44.38% from 320); Max value from RGB is 144 - color contains mainly: red. Hex color #90228E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90228E is #6FDD71. Grayscale: #4E4E4E. Windows color (decimal): -7331186 or 9314960. OLE color: 9314960.

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

Color convert

RGB14434142-
CMYK00.760.010.44
HSL301.09º61.8%34.9%-
HSV(B)301.09º76.39%56.47%-
XYZ16.969.0326.44-
YUV79.2163.44174.22-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 45%
GREEN value IS 34 (13.67% from 255) = 10.62%
BLUE value IS 142 (55.86% from 255) = 44.38%
R=45%
G=10.62%
B=44.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1443414200.760.010.44301.0961.834.9
Hex90228E04C12C12d3e23
Octal2204221601141544557643
Binary1001000010001010001110010011001101100100101101111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90228E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,34,142); }

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

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

 a { background-color: rgb(144,34,142); }

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

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

 span { border-color: rgb(144,34,142); }

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