Html Css Color HEX #99197F Dark Purple

📋 copy color: '#99197F'

red 153 ◦ green 25 ◦ blue 127

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

Shades of Dark Purple #99197F

Tints of Dark Purple #99197F

RGB

 RED value IS 153 (60.16% from 255) = 50.16%

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

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

R = 50.16%
G = 8.2%
B = 41.64%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.17

 K value IS 0.4

RGB Variations

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

Color information

#99197F (or 0x99197F) is known color: Dark Purple. HEX triplet: 99, 19 and 7F. RGB value is (153,25,127). Sum of RGB (Red+Green+Blue) = 153+25+127=305 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.16% from 305); Green value is 25 (10.16% from 255 or 8.20% from 305); Blue value is 127 (50% from 255 or 41.64% from 305); Max value from RGB is 153 - color contains mainly: red. Hex color #99197F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99197F is #66E680. Grayscale: #4A4A4A. Windows color (decimal): -6743681 or 8329625. OLE color: 8329625.

HSL color Cylindrical-coordinate representation of color #99197F: hue angle of 312.19º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #99197F is Cyan = 0, Magento = 0.84, Yellow = 0.17 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 25 127 -
CMYK 0 0.84 0.17 0.4
HSL 312.19º 0.72% 0.35% -
HSV(B) 312.19º 0.84% 0.6% -
XYZ 17.32 9 20.9 -
YUV 74.9 157.41 183.71 -
System Red Green Blue C M Y K H S L
Decimal 153 25 127 0 0.84 0.17 0.4 312.19 0.72 0.35
Hex 99 19 7F 0 54 11 28 138 48 23
Octal 231 31 177 0 124 21 50 470 110 43
Binary 10011001 11001 1111111 0 1010100 10001 101000 100111000 1001000 100011

Color Harmonies of #99197F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99197F

Black with #99197F

Text Example


Text Example

White with #99197F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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