#902488

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

Shades of Dark Purple #902488

Tints of Dark Purple #902488

Color information

#902488 (or 0x902488) is unknown color: approx Dark Purple. HEX triplet: 90, 24 and 88. RGB value is (144,36,136). Sum of RGB (Red+Green+Blue) = 144+36+136=316 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.57% from 316); Green value is 36 (14.45% from 255 or 11.39% from 316); Blue value is 136 (53.52% from 255 or 43.04% from 316); Max value from RGB is 144 - color contains mainly: red. Hex color #902488 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #902488 is #6FDB77. Grayscale: #4F4F4F. Windows color (decimal): -7330680 or 8922256. OLE color: 8922256.

HSL color Cylindrical-coordinate representation of color #902488: hue angle of 304.44º 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 #902488 is Cyan = 0, Magento = 0.75, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB14436136-
CMYK00.750.060.44
HSL304.44º60%35.29%-
HSV(B)304.44º75%56.47%-
XYZ16.588.9724.15-
YUV79.69159.78173.87-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 45.57%
GREEN value IS 36 (14.45% from 255) = 11.39%
BLUE value IS 136 (53.52% from 255) = 43.04%
R=45.57%
G=11.39%
B=43.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1443613600.750.060.44304.446035.29
Hex90248804B62C1303c23
Octal2204421001136544607443
Binary100100001001001000100001001011110101100100110000111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #902488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #902488; }

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

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

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

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

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

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

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

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