Html Css Color HEX #99117F Dark Purple

📋 copy color: '#99117F'

red 153 ◦ green 17 ◦ blue 127

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

Shades of Dark Purple #99117F

Tints of Dark Purple #99117F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.72%

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

R = 51.52%
G = 5.72%
B = 42.76%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.17

 K value IS 0.4

RGB Variations

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

Color information

#99117F (or 0x99117F) is known color: Dark Purple. HEX triplet: 99, 11 and 7F. RGB value is (153,17,127). Sum of RGB (Red+Green+Blue) = 153+17+127=297 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.52% from 297); Green value is 17 (7.03% from 255 or 5.72% from 297); Blue value is 127 (50% from 255 or 42.76% from 297); Max value from RGB is 153 - color contains mainly: red. Hex color #99117F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99117F is #66EE80. Grayscale: #454545. Windows color (decimal): -6745729 or 8327577. OLE color: 8327577.

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

Color convert

RGB 153 17 127 -
CMYK 0 0.89 0.17 0.4
HSL 311.47º 0.8% 0.33% -
HSV(B) 311.47º 0.89% 0.6% -
XYZ 17.17 8.71 20.85 -
YUV 70.2 160.06 187.06 -
System Red Green Blue C M Y K H S L
Decimal 153 17 127 0 0.89 0.17 0.4 311.47 0.8 0.33
Hex 99 11 7F 0 59 11 28 137 50 21
Octal 231 21 177 0 131 21 50 467 120 41
Binary 10011001 10001 1111111 0 1011001 10001 101000 100110111 1010000 100001

Color Harmonies of #99117F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99117F

Black with #99117F

Text Example


Text Example

White with #99117F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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