Html Css Color HEX #99317F Dark Purple

📋 copy color: '#99317F'

red 153 ◦ green 49 ◦ blue 127

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

Shades of Dark Purple #99317F

Tints of Dark Purple #99317F

RGB

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

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

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

R = 46.5%
G = 14.89%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.17

 K value IS 0.4

RGB Variations

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

Color information

#99317F (or 0x99317F) is known color: Dark Purple. HEX triplet: 99, 31 and 7F. RGB value is (153,49,127). Sum of RGB (Red+Green+Blue) = 153+49+127=329 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.50% from 329); Green value is 49 (19.53% from 255 or 14.89% from 329); Blue value is 127 (50% from 255 or 38.60% from 329); Max value from RGB is 153 - color contains mainly: red. Hex color #99317F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99317F is #66CE80. Grayscale: #585858. Windows color (decimal): -6737537 or 8335769. OLE color: 8335769.

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

Color convert

RGB 153 49 127 -
CMYK 0 0.68 0.17 0.4
HSL 315º 0.51% 0.4% -
HSV(B) 315º 0.68% 0.6% -
XYZ 18.07 10.5 21.15 -
YUV 88.99 149.46 173.66 -
System Red Green Blue C M Y K H S L
Decimal 153 49 127 0 0.68 0.17 0.4 315 0.51 0.4
Hex 99 31 7F 0 44 11 28 13B 33 28
Octal 231 61 177 0 104 21 50 473 63 50
Binary 10011001 110001 1111111 0 1000100 10001 101000 100111011 110011 101000

Color Harmonies of #99317F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99317F

Black with #99317F

Text Example


Text Example

White with #99317F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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