Html Css Color HEX #96167A Dark Purple

📋 copy color: '#96167A'

red 150 ◦ green 22 ◦ blue 122

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

Shades of Dark Purple #96167A

Tints of Dark Purple #96167A

RGB

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

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

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

R = 51.02%
G = 7.48%
B = 41.5%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#96167A (or 0x96167A) is known color: Dark Purple. HEX triplet: 96, 16 and 7A. RGB value is (150,22,122). Sum of RGB (Red+Green+Blue) = 150+22+122=294 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.02% from 294); Green value is 22 (8.98% from 255 or 7.48% from 294); Blue value is 122 (48.05% from 255 or 41.50% from 294); Max value from RGB is 150 - color contains mainly: red. Hex color #96167A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96167A is #69E985. Grayscale: #474747. Windows color (decimal): -6941062 or 8001174. OLE color: 8001174.

HSL color Cylindrical-coordinate representation of color #96167A: hue angle of 313.12º 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 #96167A is Cyan = 0, Magento = 0.85, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 22 122 -
CMYK 0 0.85 0.19 0.41
HSL 313.13º 0.74% 0.34% -
HSV(B) 313.13º 0.85% 0.59% -
XYZ 16.38 8.46 19.18 -
YUV 71.67 156.41 183.87 -
System Red Green Blue C M Y K H S L
Decimal 150 22 122 0 0.85 0.19 0.41 313.13 0.74 0.34
Hex 96 16 7A 0 55 13 29 139 4A 22
Octal 226 26 172 0 125 23 51 471 112 42
Binary 10010110 10110 1111010 0 1010101 10011 101001 100111001 1001010 100010

Color Harmonies of #96167A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96167A

Black with #96167A

Text Example


Text Example

White with #96167A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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