#90227A

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

Shades of Dark Purple #90227A

Tints of Dark Purple #90227A

Color information

#90227A (or 0x90227A) is unknown color: approx Dark Purple. HEX triplet: 90, 22 and 7A. RGB value is (144,34,122). Sum of RGB (Red+Green+Blue) = 144+34+122=300 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48% from 300); Green value is 34 (13.67% from 255 or 11.33% from 300); Blue value is 122 (48.05% from 255 or 40.67% from 300); Max value from RGB is 144 - color contains mainly: red. Hex color #90227A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90227A is #6FDD85. Grayscale: #4C4C4C. Windows color (decimal): -7331206 or 8004240. OLE color: 8004240.

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

Color convert

RGB14434122-
CMYK00.760.150.44
HSL312º61.8%34.9%-
HSV(B)312º76.39%56.47%-
XYZ15.598.4819.23-
YUV76.92153.44175.84-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 48%
GREEN value IS 34 (13.67% from 255) = 11.33%
BLUE value IS 122 (48.05% from 255) = 40.67%
R=48%
G=11.33%
B=40.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1443412200.760.150.4431261.834.9
Hex90227A04CF2C1383e23
Octal22042172011417544707643
Binary100100001000101111010010011001111101100100111000111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90227A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90227A; }

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

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

<style>
 a { background-color: #90227A; }

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

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

<style>
 span { border-color: #90227A; }

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

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