Html Css Color HEX #99167B Dark Purple

📋 copy color: '#99167B'

red 153 ◦ green 22 ◦ blue 123

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

Shades of Dark Purple #99167B

Tints of Dark Purple #99167B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 41.28%

R = 51.34%
G = 7.38%
B = 41.28%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.20

 K value IS 0.4

RGB Variations

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

Color information

#99167B (or 0x99167B) is known color: Dark Purple. HEX triplet: 99, 16 and 7B. RGB value is (153,22,123). Sum of RGB (Red+Green+Blue) = 153+22+123=298 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.34% from 298); Green value is 22 (8.98% from 255 or 7.38% from 298); Blue value is 123 (48.44% from 255 or 41.28% from 298); Max value from RGB is 153 - color contains mainly: red. Hex color #99167B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99167B is #66E984. Grayscale: #484848. Windows color (decimal): -6744453 or 8066713. OLE color: 8066713.

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

Color convert

RGB 153 22 123 -
CMYK 0 0.86 0.20 0.4
HSL 313.74º 0.75% 0.34% -
HSV(B) 313.74º 0.86% 0.6% -
XYZ 17 8.78 19.54 -
YUV 72.68 156.4 185.29 -
System Red Green Blue C M Y K H S L
Decimal 153 22 123 0 0.86 0.20 0.4 313.74 0.75 0.34
Hex 99 16 7B 0 56 14 28 13A 4B 22
Octal 231 26 173 0 126 24 50 472 113 42
Binary 10011001 10110 1111011 0 1010110 10100 101000 100111010 1001011 100010

Color Harmonies of #99167B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99167B

Black with #99167B

Text Example


Text Example

White with #99167B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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