Html Css Color HEX #96177C Dark Purple

📋 copy color: '#96177C'

red 150 ◦ green 23 ◦ blue 124

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

Shades of Dark Purple #96177C

Tints of Dark Purple #96177C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 41.75%

R = 50.51%
G = 7.74%
B = 41.75%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#96177C (or 0x96177C) is known color: Dark Purple. HEX triplet: 96, 17 and 7C. RGB value is (150,23,124). Sum of RGB (Red+Green+Blue) = 150+23+124=297 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.51% from 297); Green value is 23 (9.38% from 255 or 7.74% from 297); Blue value is 124 (48.83% from 255 or 41.75% from 297); Max value from RGB is 150 - color contains mainly: red. Hex color #96177C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96177C is #69E883. Grayscale: #484848. Windows color (decimal): -6940804 or 8132502. OLE color: 8132502.

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

Color convert

RGB 150 23 124 -
CMYK 0 0.85 0.17 0.41
HSL 312.28º 0.73% 0.34% -
HSV(B) 312.28º 0.85% 0.59% -
XYZ 16.52 8.55 19.85 -
YUV 72.49 157.08 183.29 -
System Red Green Blue C M Y K H S L
Decimal 150 23 124 0 0.85 0.17 0.41 312.28 0.73 0.34
Hex 96 17 7C 0 55 11 29 138 49 22
Octal 226 27 174 0 125 21 51 470 111 42
Binary 10010110 10111 1111100 0 1010101 10001 101001 100111000 1001001 100010

Color Harmonies of #96177C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96177C

Black with #96177C

Text Example


Text Example

White with #96177C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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