Html Css Color HEX #96197B Dark Purple

📋 copy color: '#96197B'

red 150 ◦ green 25 ◦ blue 123

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

Shades of Dark Purple #96197B

Tints of Dark Purple #96197B

RGB

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

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

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

R = 50.34%
G = 8.39%
B = 41.28%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#96197B (or 0x96197B) is known color: Dark Purple. HEX triplet: 96, 19 and 7B. RGB value is (150,25,123). Sum of RGB (Red+Green+Blue) = 150+25+123=298 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.34% from 298); Green value is 25 (10.16% from 255 or 8.39% from 298); Blue value is 123 (48.44% from 255 or 41.28% from 298); Max value from RGB is 150 - color contains mainly: red. Hex color #96197B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96197B is #69E684. Grayscale: #494949. Windows color (decimal): -6940293 or 8067478. OLE color: 8067478.

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

Color convert

RGB 150 25 123 -
CMYK 0 0.83 0.18 0.41
HSL 312.96º 0.71% 0.34% -
HSV(B) 312.96º 0.83% 0.59% -
XYZ 16.5 8.61 19.53 -
YUV 73.55 155.91 182.53 -
System Red Green Blue C M Y K H S L
Decimal 150 25 123 0 0.83 0.18 0.41 312.96 0.71 0.34
Hex 96 19 7B 0 53 12 29 139 47 22
Octal 226 31 173 0 123 22 51 471 107 42
Binary 10010110 11001 1111011 0 1010011 10010 101001 100111001 1000111 100010

Color Harmonies of #96197B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96197B

Black with #96197B

Text Example


Text Example

White with #96197B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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