#90248A

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

Shades of Dark Purple #90248A

Tints of Dark Purple #90248A

Color information

#90248A (or 0x90248A) is unknown color: approx Dark Purple. HEX triplet: 90, 24 and 8A. RGB value is (144,36,138). Sum of RGB (Red+Green+Blue) = 144+36+138=318 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45.28% from 318); Green value is 36 (14.45% from 255 or 11.32% from 318); Blue value is 138 (54.30% from 255 or 43.40% from 318); Max value from RGB is 144 - color contains mainly: red. Hex color #90248A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90248A is #6FDB75. Grayscale: #4F4F4F. Windows color (decimal): -7330678 or 9053328. OLE color: 9053328.

HSL color Cylindrical-coordinate representation of color #90248A: hue angle of 303.33º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #90248A is Cyan = 0, Magento = 0.75, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB14436138-
CMYK00.750.040.44
HSL303.33º60%35.29%-
HSV(B)303.33º75%56.47%-
XYZ16.729.0324.91-
YUV79.92160.78173.71-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 45.28%
GREEN value IS 36 (14.45% from 255) = 11.32%
BLUE value IS 138 (54.30% from 255) = 43.40%
R=45.28%
G=11.32%
B=43.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1443613800.750.040.44303.336035.29
Hex90248A04B42C12f3c23
Octal2204421201134544577443
Binary100100001001001000101001001011100101100100101111111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90248A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,36,138); }

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

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

 a { background-color: rgb(144,36,138); }

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

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

 span { border-color: rgb(144,36,138); }

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