#90258F

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

Shades of Dark Purple #90258F

Tints of Dark Purple #90258F

Color information

#90258F (or 0x90258F) is unknown color: approx Dark Purple. HEX triplet: 90, 25 and 8F. RGB value is (144,37,143). Sum of RGB (Red+Green+Blue) = 144+37+143=324 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.44% from 324); Green value is 37 (14.84% from 255 or 11.42% from 324); Blue value is 143 (56.25% from 255 or 44.14% from 324); Max value from RGB is 144 - color contains mainly: red. Hex color #90258F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90258F is #6FDA70. Grayscale: #505050. Windows color (decimal): -7330417 or 9381264. OLE color: 9381264.

HSL color Cylindrical-coordinate representation of color #90258F: hue angle of 300.56º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #90258F is Cyan = 0, Magento = 0.74, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB14437143-
CMYK00.740.010.44
HSL300.56º59.12%35.49%-
HSV(B)300.56º74.31%56.47%-
XYZ17.129.2426.87-
YUV81.08162.95172.88-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 44.44%
GREEN value IS 37 (14.84% from 255) = 11.42%
BLUE value IS 143 (56.25% from 255) = 44.14%
R=44.44%
G=11.42%
B=44.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1443714300.740.010.44300.5659.1235.49
Hex90258F04A12C12d3b23
Octal2204521701121544557343
Binary1001000010010110001111010010101101100100101101111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90258F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90258F; }

 p { color: rgb(144,37,143); }

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

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

 a { background-color: rgb(144,37,143); }

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

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

 span { border-color: rgb(144,37,143); }

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