#90226E

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

Shades of Dark Purple #90226E

Tints of Dark Purple #90226E

Color information

#90226E (or 0x90226E) is unknown color: approx Dark Purple. HEX triplet: 90, 22 and 6E. RGB value is (144,34,110). Sum of RGB (Red+Green+Blue) = 144+34+110=288 (38% of max value = 765). Red value is 144 (56.64% from 255 or 50% from 288); Green value is 34 (13.67% from 255 or 11.81% from 288); Blue value is 110 (43.36% from 255 or 38.19% from 288); Max value from RGB is 144 - color contains mainly: red. Hex color #90226E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90226E is #6FDD91. Grayscale: #4B4B4B. Windows color (decimal): -7331218 or 7217808. OLE color: 7217808.

HSL color Cylindrical-coordinate representation of color #90226E: hue angle of 318.55º 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 #90226E is Cyan = 0, Magento = 0.76, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB14434110-
CMYK00.760.240.44
HSL318.55º61.8%34.9%-
HSV(B)318.55º76.39%56.47%-
XYZ14.898.215.55-
YUV75.55147.44176.82-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 50%
GREEN value IS 34 (13.67% from 255) = 11.81%
BLUE value IS 110 (43.36% from 255) = 38.19%
R=50%
G=11.81%
B=38.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1443411000.760.240.44318.5561.834.9
Hex90226E04C182C13f3e23
Octal22042156011430544777643
Binary1001000010001011011100100110011000101100100111111111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90226E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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