Html Css Color HEX #96197C Dark Purple

📋 copy color: '#96197C'

red 150 ◦ green 25 ◦ blue 124

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

Shades of Dark Purple #96197C

Tints of Dark Purple #96197C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.36%

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

R = 50.17%
G = 8.36%
B = 41.47%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#96197C (or 0x96197C) is known color: Dark Purple. HEX triplet: 96, 19 and 7C. RGB value is (150,25,124). Sum of RGB (Red+Green+Blue) = 150+25+124=299 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.17% from 299); Green value is 25 (10.16% from 255 or 8.36% from 299); Blue value is 124 (48.83% from 255 or 41.47% from 299); Max value from RGB is 150 - color contains mainly: red. Hex color #96197C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96197C is #69E683. Grayscale: #494949. Windows color (decimal): -6940292 or 8133014. OLE color: 8133014.

HSL color Cylindrical-coordinate representation of color #96197C: hue angle of 312.48º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #96197C is Cyan = 0, Magento = 0.83, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 25 124 -
CMYK 0 0.83 0.17 0.41
HSL 312.48º 0.71% 0.34% -
HSV(B) 312.48º 0.83% 0.59% -
XYZ 16.56 8.63 19.86 -
YUV 73.66 156.41 182.45 -
System Red Green Blue C M Y K H S L
Decimal 150 25 124 0 0.83 0.17 0.41 312.48 0.71 0.34
Hex 96 19 7C 0 53 11 29 138 47 22
Octal 226 31 174 0 123 21 51 470 107 42
Binary 10010110 11001 1111100 0 1010011 10001 101001 100111000 1000111 100010

Color Harmonies of #96197C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96197C

Black with #96197C

Text Example


Text Example

White with #96197C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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