Html Css Color HEX #97167E Dark Purple

📋 copy color: '#97167E'

red 151 ◦ green 22 ◦ blue 126

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

Shades of Dark Purple #97167E

Tints of Dark Purple #97167E

RGB

 RED value IS 151 (59.38% from 255) = 50.5%

 GREEN value IS 22 (8.98% from 255) = 7.36%

 BLUE value IS 126 (49.61% from 255) = 42.14%

R = 50.5%
G = 7.36%
B = 42.14%

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

#97167E (or 0x97167E) is known color: Dark Purple. HEX triplet: 97, 16 and 7E. RGB value is (151,22,126). Sum of RGB (Red+Green+Blue) = 151+22+126=299 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.50% from 299); Green value is 22 (8.98% from 255 or 7.36% from 299); Blue value is 126 (49.61% from 255 or 42.14% from 299); Max value from RGB is 151 - color contains mainly: red. Hex color #97167E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #97167E is #68E981. Grayscale: #484848. Windows color (decimal): -6875522 or 8263319. OLE color: 8263319.

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

Color convert

RGB 151 22 126 -
CMYK 0 0.85 0.17 0.41
HSL 311.63º 0.75% 0.34% -
HSV(B) 311.63º 0.85% 0.59% -
XYZ 16.82 8.66 20.52 -
YUV 72.43 158.24 184.04 -
System Red Green Blue C M Y K H S L
Decimal 151 22 126 0 0.85 0.17 0.41 311.63 0.75 0.34
Hex 97 16 7E 0 55 11 29 138 4B 22
Octal 227 26 176 0 125 21 51 470 113 42
Binary 10010111 10110 1111110 0 1010101 10001 101001 100111000 1001011 100010

Color Harmonies of #97167E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97167E

Black with #97167E

Text Example


Text Example

White with #97167E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97167E; }

 p { color: rgb(151,22,126); }

 H1.HeaderClassName
 {
   color: #97167E;
 }
 .AnyTagClassName
 {
   color: #97167E;
 }
</style>

background-color css

<style>
 a { background-color: #97167E; }

 a { background-color: rgb(151,22,126); }

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

border-color css

<style>
 span { border-color: #97167E; }

 span { border-color: rgb(151,22,126); }

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