Html Css Color HEX #90197F Dark Purple

📋 copy color: '#90197F'

red 144 ◦ green 25 ◦ blue 127

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

Shades of Dark Purple #90197F

Tints of Dark Purple #90197F

RGB

 RED value IS 144 (56.64% from 255) = 48.65%

 GREEN value IS 25 (10.16% from 255) = 8.45%

 BLUE value IS 127 (50% from 255) = 42.91%

R = 48.65%
G = 8.45%
B = 42.91%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#90197F (or 0x90197F) is known color: Dark Purple. HEX triplet: 90, 19 and 7F. RGB value is (144,25,127). Sum of RGB (Red+Green+Blue) = 144+25+127=296 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.65% from 296); Green value is 25 (10.16% from 255 or 8.45% from 296); Blue value is 127 (50% from 255 or 42.91% from 296); Max value from RGB is 144 - color contains mainly: red. Hex color #90197F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90197F is #6FE680. Grayscale: #474747. Windows color (decimal): -7333505 or 8329616. OLE color: 8329616.

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

Color convert

RGB 144 25 127 -
CMYK 0 0.83 0.12 0.44
HSL 308.57º 0.7% 0.33% -
HSV(B) 308.57º 0.83% 0.56% -
XYZ 15.68 8.16 20.83 -
YUV 72.21 158.92 179.21 -
System Red Green Blue C M Y K H S L
Decimal 144 25 127 0 0.83 0.12 0.44 308.57 0.7 0.33
Hex 90 19 7F 0 53 C 2C 135 46 21
Octal 220 31 177 0 123 14 54 465 106 41
Binary 10010000 11001 1111111 0 1010011 1100 101100 100110101 1000110 100001

Color Harmonies of #90197F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90197F

Black with #90197F

Text Example


Text Example

White with #90197F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90197F; }

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

 H1.HeaderClassName
 {
   color: #90197F;
 }
 .AnyTagClassName
 {
   color: #90197F;
 }
</style>

background-color css

<style>
 a { background-color: #90197F; }

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

 div.DivClassName
 {
   background-color: #90197F;
 }
 .BgClassName
 {
   background-color: #90197F;
 }
</style>

border-color css

<style>
 span { border-color: #90197F; }

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

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