#90196E

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

Shades of Dark Purple #90196E

Tints of Dark Purple #90196E

Color information

#90196E (or 0x90196E) is unknown color: approx Dark Purple. HEX triplet: 90, 19 and 6E. RGB value is (144,25,110). Sum of RGB (Red+Green+Blue) = 144+25+110=279 (36% of max value = 765). Red value is 144 (56.64% from 255 or 51.61% from 279); Green value is 25 (10.16% from 255 or 8.96% from 279); Blue value is 110 (43.36% from 255 or 39.43% from 279); Max value from RGB is 144 - color contains mainly: red. Hex color #90196E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90196E is #6FE691. Grayscale: #464646. Windows color (decimal): -7333522 or 7215504. OLE color: 7215504.

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

Color convert

RGB14425110-
CMYK00.830.240.44
HSL317.14º70.41%33.14%-
HSV(B)317.14º82.64%56.47%-
XYZ14.667.7515.47-
YUV70.27150.42180.59-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 51.61%
GREEN value IS 25 (10.16% from 255) = 8.96%
BLUE value IS 110 (43.36% from 255) = 39.43%
R=51.61%
G=8.96%
B=39.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1442511000.830.240.44317.1470.4133.14
Hex90196E053182C13d4621
Octal220311560123305447510641
Binary1001000011001110111001010011110001011001001111011000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90196E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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