#90198A

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

Shades of Dark Purple #90198A

Tints of Dark Purple #90198A

Color information

#90198A (or 0x90198A) is unknown color: approx Dark Purple. HEX triplet: 90, 19 and 8A. RGB value is (144,25,138). Sum of RGB (Red+Green+Blue) = 144+25+138=307 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.91% from 307); Green value is 25 (10.16% from 255 or 8.14% from 307); Blue value is 138 (54.30% from 255 or 44.95% from 307); Max value from RGB is 144 - color contains mainly: red. Hex color #90198A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #90198A is #6FE675. Grayscale: #494949. Windows color (decimal): -7333494 or 9050512. OLE color: 9050512.

HSL color Cylindrical-coordinate representation of color #90198A: hue angle of 303.03º 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 #90198A is Cyan = 0, Magento = 0.83, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB14425138-
CMYK00.830.040.44
HSL303.03º70.41%33.14%-
HSV(B)303.03º82.64%56.47%-
XYZ16.448.4624.81-
YUV73.46164.42178.31-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 46.91%
GREEN value IS 25 (10.16% from 255) = 8.14%
BLUE value IS 138 (54.30% from 255) = 44.95%
R=46.91%
G=8.14%
B=44.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1442513800.830.040.44303.0370.4133.14
Hex90198A05342C12f4621
Octal22031212012345445710641
Binary100100001100110001010010100111001011001001011111000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90198A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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