Html Css Color HEX #99196F Dark Purple

📋 copy color: '#99196F'

red 153 ◦ green 25 ◦ blue 111

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

Shades of Dark Purple #99196F

Tints of Dark Purple #99196F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 38.41%

R = 52.94%
G = 8.65%
B = 38.41%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#99196F (or 0x99196F) is known color: Dark Purple. HEX triplet: 99, 19 and 6F. RGB value is (153,25,111). Sum of RGB (Red+Green+Blue) = 153+25+111=289 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.94% from 289); Green value is 25 (10.16% from 255 or 8.65% from 289); Blue value is 111 (43.75% from 255 or 38.41% from 289); Max value from RGB is 153 - color contains mainly: red. Hex color #99196F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99196F is #66E690. Grayscale: #484848. Windows color (decimal): -6743697 or 7281049. OLE color: 7281049.

HSL color Cylindrical-coordinate representation of color #99196F: hue angle of 319.69º 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 #99196F is Cyan = 0, Magento = 0.84, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 25 111 -
CMYK 0 0.84 0.27 0.4
HSL 319.69º 0.72% 0.35% -
HSV(B) 319.69º 0.84% 0.6% -
XYZ 16.35 8.62 15.84 -
YUV 73.08 149.41 185.01 -
System Red Green Blue C M Y K H S L
Decimal 153 25 111 0 0.84 0.27 0.4 319.69 0.72 0.35
Hex 99 19 6F 0 54 1B 28 140 48 23
Octal 231 31 157 0 124 33 50 500 110 43
Binary 10011001 11001 1101111 0 1010100 11011 101000 101000000 1001000 100011

Color Harmonies of #99196F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99196F

Black with #99196F

Text Example


Text Example

White with #99196F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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