Html Css Color HEX #96197D Dark Purple

📋 copy color: '#96197D'

red 150 ◦ green 25 ◦ blue 125

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

Shades of Dark Purple #96197D

Tints of Dark Purple #96197D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 41.67%

R = 50%
G = 8.33%
B = 41.67%

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

#96197D (or 0x96197D) is known color: Dark Purple. HEX triplet: 96, 19 and 7D. RGB value is (150,25,125). Sum of RGB (Red+Green+Blue) = 150+25+125=300 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50% from 300); Green value is 25 (10.16% from 255 or 8.33% from 300); Blue value is 125 (49.22% from 255 or 41.67% from 300); Max value from RGB is 150 - color contains mainly: red. Hex color #96197D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96197D is #69E682. Grayscale: #494949. Windows color (decimal): -6940291 or 8198550. OLE color: 8198550.

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

Color convert

RGB 150 25 125 -
CMYK 0 0.83 0.17 0.41
HSL 312º 0.71% 0.34% -
HSV(B) 312º 0.83% 0.59% -
XYZ 16.63 8.66 20.2 -
YUV 73.78 156.91 182.37 -
System Red Green Blue C M Y K H S L
Decimal 150 25 125 0 0.83 0.17 0.41 312 0.71 0.34
Hex 96 19 7D 0 53 11 29 138 47 22
Octal 226 31 175 0 123 21 51 470 107 42
Binary 10010110 11001 1111101 0 1010011 10001 101001 100111000 1000111 100010

Color Harmonies of #96197D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96197D

Black with #96197D

Text Example


Text Example

White with #96197D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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