#903088

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

Shades of Dark Purple #903088

Tints of Dark Purple #903088

Color information

#903088 (or 0x903088) is unknown color: approx Dark Purple. HEX triplet: 90, 30 and 88. RGB value is (144,48,136). Sum of RGB (Red+Green+Blue) = 144+48+136=328 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.90% from 328); Green value is 48 (19.14% from 255 or 14.63% from 328); Blue value is 136 (53.52% from 255 or 41.46% from 328); Max value from RGB is 144 - color contains mainly: red. Hex color #903088 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #903088 is #6FCF77. Grayscale: #565656. Windows color (decimal): -7327608 or 8925328. OLE color: 8925328.

HSL color Cylindrical-coordinate representation of color #903088: hue angle of 305º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #903088 is Cyan = 0, Magento = 0.67, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB14448136-
CMYK00.670.060.44
HSL305º50%37.65%-
HSV(B)305º66.67%56.47%-
XYZ179.8224.29-
YUV86.74155.8168.84-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 43.90%
GREEN value IS 48 (19.14% from 255) = 14.63%
BLUE value IS 136 (53.52% from 255) = 41.46%
R=43.90%
G=14.63%
B=41.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1444813600.670.060.443055037.65
Hex90308804362C1313226
Octal2206021001036544616246
Binary100100001100001000100001000011110101100100110001110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #903088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #903088; }

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

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

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

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

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

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

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

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