Html Css Color HEX #90196A Dark Purple

📋 copy color: '#90196A'

red 144 ◦ green 25 ◦ blue 106

#90196A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Purple #90196A

Tints of Dark Purple #90196A

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.8% from 255) = 38.55%

R = 52.36%
G = 9.09%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.26

 K value IS 0.44

RGB Variations

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

Color information

#90196A (or 0x90196A) is known color: 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

RGB 144 25 106 -
CMYK 0 0.83 0.26 0.44
HSL 319.16º 0.7% 0.33% -
HSV(B) 319.16º 0.83% 0.56% -
XYZ 14.45 7.67 14.35 -
YUV 69.82 148.42 180.91 -
System Red Green Blue C M Y K H S L
Decimal 144 25 106 0 0.83 0.26 0.44 319.16 0.7 0.33
Hex 90 19 6A 0 53 1A 2C 13F 46 21
Octal 220 31 152 0 123 32 54 477 106 41
Binary 10010000 11001 1101010 0 1010011 11010 101100 100111111 1000110 100001

Color Harmonies of #90196A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90196A

Black with #90196A

Text Example


Text Example

White with #90196A

Text Example


Text Example

HTML Codes & Css Web 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>