#90227D

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

Shades of Dark Purple #90227D

Tints of Dark Purple #90227D

Color information

#90227D (or 0x90227D) is unknown color: approx Dark Purple. HEX triplet: 90, 22 and 7D. RGB value is (144,34,125). Sum of RGB (Red+Green+Blue) = 144+34+125=303 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.52% from 303); Green value is 34 (13.67% from 255 or 11.22% from 303); Blue value is 125 (49.22% from 255 or 41.25% from 303); Max value from RGB is 144 - color contains mainly: red. Hex color #90227D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90227D is #6FDD82. Grayscale: #4D4D4D. Windows color (decimal): -7331203 or 8200848. OLE color: 8200848.

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

Color convert

RGB14434125-
CMYK00.760.130.44
HSL310.36º61.8%34.9%-
HSV(B)310.36º76.39%56.47%-
XYZ15.788.5520.22-
YUV77.26154.94175.6-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 47.52%
GREEN value IS 34 (13.67% from 255) = 11.22%
BLUE value IS 125 (49.22% from 255) = 41.25%
R=47.52%
G=11.22%
B=41.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1443412500.760.130.44310.3661.834.9
Hex90227D04CD2C1363e23
Octal22042175011415544667643
Binary100100001000101111101010011001101101100100110110111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90227D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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