Html Css Color HEX #97177E Dark Purple

📋 copy color: '#97177E'

red 151 ◦ green 23 ◦ blue 126

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

Shades of Dark Purple #97177E

Tints of Dark Purple #97177E

RGB

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

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

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

R = 50.33%
G = 7.67%
B = 42%

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

#97177E (or 0x97177E) is known color: Dark Purple. HEX triplet: 97, 17 and 7E. RGB value is (151,23,126). Sum of RGB (Red+Green+Blue) = 151+23+126=300 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.33% from 300); Green value is 23 (9.38% from 255 or 7.67% from 300); Blue value is 126 (49.61% from 255 or 42% from 300); Max value from RGB is 151 - color contains mainly: red. Hex color #97177E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #97177E is #68E881. Grayscale: #484848. Windows color (decimal): -6875266 or 8263575. OLE color: 8263575.

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

Color convert

RGB 151 23 126 -
CMYK 0 0.85 0.17 0.41
HSL 311.72º 0.74% 0.34% -
HSV(B) 311.72º 0.85% 0.59% -
XYZ 16.83 8.7 20.53 -
YUV 73.01 157.91 183.62 -
System Red Green Blue C M Y K H S L
Decimal 151 23 126 0 0.85 0.17 0.41 311.72 0.74 0.34
Hex 97 17 7E 0 55 11 29 138 4A 22
Octal 227 27 176 0 125 21 51 470 112 42
Binary 10010111 10111 1111110 0 1010101 10001 101001 100111000 1001010 100010

Color Harmonies of #97177E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97177E

Black with #97177E

Text Example


Text Example

White with #97177E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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