Html Css Color HEX #99317D Dark Purple

📋 copy color: '#99317D'

red 153 ◦ green 49 ◦ blue 125

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

Shades of Dark Purple #99317D

Tints of Dark Purple #99317D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.98%

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

R = 46.79%
G = 14.98%
B = 38.23%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.18

 K value IS 0.4

RGB Variations

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

Color information

#99317D (or 0x99317D) is known color: Dark Purple. HEX triplet: 99, 31 and 7D. RGB value is (153,49,125). Sum of RGB (Red+Green+Blue) = 153+49+125=327 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.79% from 327); Green value is 49 (19.53% from 255 or 14.98% from 327); Blue value is 125 (49.22% from 255 or 38.23% from 327); Max value from RGB is 153 - color contains mainly: red. Hex color #99317D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99317D is #66CE82. Grayscale: #585858. Windows color (decimal): -6737539 or 8204697. OLE color: 8204697.

HSL color Cylindrical-coordinate representation of color #99317D: hue angle of 316.15º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #99317D is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 49 125 -
CMYK 0 0.68 0.18 0.4
HSL 316.15º 0.51% 0.4% -
HSV(B) 316.15º 0.68% 0.6% -
XYZ 17.94 10.45 20.47 -
YUV 88.76 148.46 173.82 -
System Red Green Blue C M Y K H S L
Decimal 153 49 125 0 0.68 0.18 0.4 316.15 0.51 0.4
Hex 99 31 7D 0 44 12 28 13C 33 28
Octal 231 61 175 0 104 22 50 474 63 50
Binary 10011001 110001 1111101 0 1000100 10010 101000 100111100 110011 101000

Color Harmonies of #99317D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99317D

Black with #99317D

Text Example


Text Example

White with #99317D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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