Html Css Color HEX #99167F Dark Purple

📋 copy color: '#99167F'

red 153 ◦ green 22 ◦ blue 127

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

Shades of Dark Purple #99167F

Tints of Dark Purple #99167F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.28%

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

R = 50.66%
G = 7.28%
B = 42.05%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.17

 K value IS 0.4

RGB Variations

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

Color information

#99167F (or 0x99167F) is known color: Dark Purple. HEX triplet: 99, 16 and 7F. RGB value is (153,22,127). Sum of RGB (Red+Green+Blue) = 153+22+127=302 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.66% from 302); Green value is 22 (8.98% from 255 or 7.28% from 302); Blue value is 127 (50% from 255 or 42.05% from 302); Max value from RGB is 153 - color contains mainly: red. Hex color #99167F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99167F is #66E980. Grayscale: #484848. Windows color (decimal): -6744449 or 8328857. OLE color: 8328857.

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

Color convert

RGB 153 22 127 -
CMYK 0 0.86 0.17 0.4
HSL 311.91º 0.75% 0.34% -
HSV(B) 311.91º 0.86% 0.6% -
XYZ 17.25 8.88 20.88 -
YUV 73.14 158.4 184.96 -
System Red Green Blue C M Y K H S L
Decimal 153 22 127 0 0.86 0.17 0.4 311.91 0.75 0.34
Hex 99 16 7F 0 56 11 28 138 4B 22
Octal 231 26 177 0 126 21 50 470 113 42
Binary 10011001 10110 1111111 0 1010110 10001 101000 100111000 1001011 100010

Color Harmonies of #99167F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99167F

Black with #99167F

Text Example


Text Example

White with #99167F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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