#90198B

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

Shades of Dark Purple #90198B

Tints of Dark Purple #90198B

Color information

#90198B (or 0x90198B) is unknown color: approx Dark Purple. HEX triplet: 90, 19 and 8B. RGB value is (144,25,139). Sum of RGB (Red+Green+Blue) = 144+25+139=308 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.75% from 308); Green value is 25 (10.16% from 255 or 8.12% from 308); Blue value is 139 (54.69% from 255 or 45.13% from 308); Max value from RGB is 144 - color contains mainly: red. Hex color #90198B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #90198B is #6FE674. Grayscale: #494949. Windows color (decimal): -7333493 or 9116048. OLE color: 9116048.

HSL color Cylindrical-coordinate representation of color #90198B: hue angle of 302.52º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #90198B is Cyan = 0, Magento = 0.83, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB14425139-
CMYK00.830.030.44
HSL302.52º70.41%33.14%-
HSV(B)302.52º82.64%56.47%-
XYZ16.518.4925.19-
YUV73.58164.92178.23-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 46.75%
GREEN value IS 25 (10.16% from 255) = 8.12%
BLUE value IS 139 (54.69% from 255) = 45.13%
R=46.75%
G=8.12%
B=45.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1442513900.830.030.44302.5270.4133.14
Hex90198B05332C12f4621
Octal22031213012335445710641
Binary10010000110011000101101010011111011001001011111000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90198B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90198B; }

 p { color: rgb(144,25,139); }

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

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

 a { background-color: rgb(144,25,139); }

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

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

 span { border-color: rgb(144,25,139); }

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