Html Css Color HEX #99117A Dark Purple

📋 copy color: '#99117A'

red 153 ◦ green 17 ◦ blue 122

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

Shades of Dark Purple #99117A

Tints of Dark Purple #99117A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 41.78%

R = 52.4%
G = 5.82%
B = 41.78%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.20

 K value IS 0.4

RGB Variations

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

Color information

#99117A (or 0x99117A) is known color: Dark Purple. HEX triplet: 99, 11 and 7A. RGB value is (153,17,122). Sum of RGB (Red+Green+Blue) = 153+17+122=292 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.40% from 292); Green value is 17 (7.03% from 255 or 5.82% from 292); Blue value is 122 (48.05% from 255 or 41.78% from 292); Max value from RGB is 153 - color contains mainly: red. Hex color #99117A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99117A is #66EE85. Grayscale: #454545. Windows color (decimal): -6745734 or 7999897. OLE color: 7999897.

HSL color Cylindrical-coordinate representation of color #99117A: hue angle of 313.68º 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 #99117A is Cyan = 0, Magento = 0.89, Yellow = 0.20 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 17 122 -
CMYK 0 0.89 0.20 0.4
HSL 313.68º 0.8% 0.33% -
HSV(B) 313.68º 0.89% 0.6% -
XYZ 16.85 8.58 19.18 -
YUV 69.63 157.56 187.46 -
System Red Green Blue C M Y K H S L
Decimal 153 17 122 0 0.89 0.20 0.4 313.68 0.8 0.33
Hex 99 11 7A 0 59 14 28 13A 50 21
Octal 231 21 172 0 131 24 50 472 120 41
Binary 10011001 10001 1111010 0 1011001 10100 101000 100111010 1010000 100001

Color Harmonies of #99117A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99117A

Black with #99117A

Text Example


Text Example

White with #99117A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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