Html Css Color HEX #99187D Dark Purple

📋 copy color: '#99187D'

red 153 ◦ green 24 ◦ blue 125

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

Shades of Dark Purple #99187D

Tints of Dark Purple #99187D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.95%

 BLUE value IS 125 (49.22% from 255) = 41.39%

R = 50.66%
G = 7.95%
B = 41.39%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.18

 K value IS 0.4

RGB Variations

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

Color information

#99187D (or 0x99187D) is known color: Dark Purple. HEX triplet: 99, 18 and 7D. RGB value is (153,24,125). Sum of RGB (Red+Green+Blue) = 153+24+125=302 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.66% from 302); Green value is 24 (9.77% from 255 or 7.95% from 302); Blue value is 125 (49.22% from 255 or 41.39% from 302); Max value from RGB is 153 - color contains mainly: red. Hex color #99187D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99187D is #66E782. Grayscale: #494949. Windows color (decimal): -6743939 or 8198297. OLE color: 8198297.

HSL color Cylindrical-coordinate representation of color #99187D: hue angle of 313.02º degrees, saturation: 0.73, 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 #99187D is Cyan = 0, Magento = 0.84, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 24 125 -
CMYK 0 0.84 0.18 0.4
HSL 313.02º 0.73% 0.35% -
HSV(B) 313.02º 0.84% 0.6% -
XYZ 17.17 8.91 20.22 -
YUV 74.09 156.74 184.29 -
System Red Green Blue C M Y K H S L
Decimal 153 24 125 0 0.84 0.18 0.4 313.02 0.73 0.35
Hex 99 18 7D 0 54 12 28 139 49 23
Octal 231 30 175 0 124 22 50 471 111 43
Binary 10011001 11000 1111101 0 1010100 10010 101000 100111001 1001001 100011

Color Harmonies of #99187D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99187D

Black with #99187D

Text Example


Text Example

White with #99187D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99187D; }

 p { color: rgb(153,24,125); }

 H1.HeaderClassName
 {
   color: #99187D;
 }
 .AnyTagClassName
 {
   color: #99187D;
 }
</style>

background-color css

<style>
 a { background-color: #99187D; }

 a { background-color: rgb(153,24,125); }

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

border-color css

<style>
 span { border-color: #99187D; }

 span { border-color: rgb(153,24,125); }

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