#90196A

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

Shades of Dark Purple #90196A

Tints of Dark Purple #90196A

Color information

#90196A (or 0x90196A) is unknown color: approx Dark Purple. HEX triplet: 90, 19 and 6A. RGB value is (144,25,106). Sum of RGB (Red+Green+Blue) = 144+25+106=275 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.36% from 275); Green value is 25 (10.16% from 255 or 9.09% from 275); Blue value is 106 (41.80% from 255 or 38.55% from 275); Max value from RGB is 144 - color contains mainly: red. Hex color #90196A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90196A is #6FE695. Grayscale: #454545. Windows color (decimal): -7333526 or 6953360. OLE color: 6953360.

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

Color convert

RGB14425106-
CMYK00.830.260.44
HSL319.16º70.41%33.14%-
HSV(B)319.16º82.64%56.47%-
XYZ14.457.6714.35-
YUV69.82148.42180.91-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 52.36%
GREEN value IS 25 (10.16% from 255) = 9.09%
BLUE value IS 106 (41.80% from 255) = 38.55%
R=52.36%
G=9.09%
B=38.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.26
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1442510600.830.260.44319.1670.4133.14
Hex90196A0531A2C13f4621
Octal220311520123325447710641
Binary1001000011001110101001010011110101011001001111111000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90196A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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