Html Css Color HEX #96177B Dark Purple

📋 copy color: '#96177B'

red 150 ◦ green 23 ◦ blue 123

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

Shades of Dark Purple #96177B

Tints of Dark Purple #96177B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.77%

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

R = 50.68%
G = 7.77%
B = 41.55%

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

#96177B (or 0x96177B) is known color: Dark Purple. HEX triplet: 96, 17 and 7B. RGB value is (150,23,123). Sum of RGB (Red+Green+Blue) = 150+23+123=296 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.68% from 296); Green value is 23 (9.38% from 255 or 7.77% from 296); Blue value is 123 (48.44% from 255 or 41.55% from 296); Max value from RGB is 150 - color contains mainly: red. Hex color #96177B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96177B is #69E884. Grayscale: #484848. Windows color (decimal): -6940805 or 8066966. OLE color: 8066966.

HSL color Cylindrical-coordinate representation of color #96177B: hue angle of 312.76º degrees, saturation: 0.73, 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 #96177B is Cyan = 0, Magento = 0.85, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 23 123 -
CMYK 0 0.85 0.18 0.41
HSL 312.76º 0.73% 0.34% -
HSV(B) 312.76º 0.85% 0.59% -
XYZ 16.46 8.53 19.52 -
YUV 72.37 156.58 183.37 -
System Red Green Blue C M Y K H S L
Decimal 150 23 123 0 0.85 0.18 0.41 312.76 0.73 0.34
Hex 96 17 7B 0 55 12 29 139 49 22
Octal 226 27 173 0 125 22 51 471 111 42
Binary 10010110 10111 1111011 0 1010101 10010 101001 100111001 1001001 100010

Color Harmonies of #96177B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96177B

Black with #96177B

Text Example


Text Example

White with #96177B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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