#90247D

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

Shades of Dark Purple #90247D

Tints of Dark Purple #90247D

Color information

#90247D (or 0x90247D) is unknown color: approx Dark Purple. HEX triplet: 90, 24 and 7D. RGB value is (144,36,125). Sum of RGB (Red+Green+Blue) = 144+36+125=305 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.21% from 305); Green value is 36 (14.45% from 255 or 11.80% from 305); Blue value is 125 (49.22% from 255 or 40.98% from 305); Max value from RGB is 144 - color contains mainly: red. Hex color #90247D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90247D is #6FDB82. Grayscale: #4E4E4E. Windows color (decimal): -7330691 or 8201360. OLE color: 8201360.

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

Color convert

RGB14436125-
CMYK00.750.130.44
HSL310.56º60%35.29%-
HSV(B)310.56º75%56.47%-
XYZ15.838.6720.24-
YUV78.44154.28174.76-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 47.21%
GREEN value IS 36 (14.45% from 255) = 11.80%
BLUE value IS 125 (49.22% from 255) = 40.98%
R=47.21%
G=11.80%
B=40.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1443612500.750.130.44310.566035.29
Hex90247D04BD2C1373c23
Octal22044175011315544677443
Binary100100001001001111101010010111101101100100110111111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90247D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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