Html Css Color HEX #96167B Dark Purple

📋 copy color: '#96167B'

red 150 ◦ green 22 ◦ blue 123

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

Shades of Dark Purple #96167B

Tints of Dark Purple #96167B

RGB

 RED value IS 150 (58.98% from 255) = 50.85%

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

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

R = 50.85%
G = 7.46%
B = 41.69%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#96167B (or 0x96167B) is known color: Dark Purple. HEX triplet: 96, 16 and 7B. RGB value is (150,22,123). Sum of RGB (Red+Green+Blue) = 150+22+123=295 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.85% from 295); Green value is 22 (8.98% from 255 or 7.46% from 295); Blue value is 123 (48.44% from 255 or 41.69% from 295); Max value from RGB is 150 - color contains mainly: red. Hex color #96167B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96167B is #69E984. Grayscale: #474747. Windows color (decimal): -6941061 or 8066710. OLE color: 8066710.

HSL color Cylindrical-coordinate representation of color #96167B: hue angle of 312.66º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #96167B is Cyan = 0, Magento = 0.85, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 22 123 -
CMYK 0 0.85 0.18 0.41
HSL 312.66º 0.74% 0.34% -
HSV(B) 312.66º 0.85% 0.59% -
XYZ 16.44 8.49 19.51 -
YUV 71.79 156.91 183.79 -
System Red Green Blue C M Y K H S L
Decimal 150 22 123 0 0.85 0.18 0.41 312.66 0.74 0.34
Hex 96 16 7B 0 55 12 29 139 4A 22
Octal 226 26 173 0 125 22 51 471 112 42
Binary 10010110 10110 1111011 0 1010101 10010 101001 100111001 1001010 100010

Color Harmonies of #96167B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96167B

Black with #96167B

Text Example


Text Example

White with #96167B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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