Html Css Color HEX #97147E Dark Purple

📋 copy color: '#97147E'

red 151 ◦ green 20 ◦ blue 126

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

Shades of Dark Purple #97147E

Tints of Dark Purple #97147E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.73%

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

R = 50.84%
G = 6.73%
B = 42.42%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#97147E (or 0x97147E) is known color: Dark Purple. HEX triplet: 97, 14 and 7E. RGB value is (151,20,126). Sum of RGB (Red+Green+Blue) = 151+20+126=297 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.84% from 297); Green value is 20 (8.20% from 255 or 6.73% from 297); Blue value is 126 (49.61% from 255 or 42.42% from 297); Max value from RGB is 151 - color contains mainly: red. Hex color #97147E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #97147E is #68EB81. Grayscale: #464646. Windows color (decimal): -6876034 or 8262807. OLE color: 8262807.

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

Color convert

RGB 151 20 126 -
CMYK 0 0.87 0.17 0.41
HSL 311.45º 0.77% 0.34% -
HSV(B) 311.45º 0.87% 0.59% -
XYZ 16.78 8.59 20.51 -
YUV 71.25 158.9 184.88 -
System Red Green Blue C M Y K H S L
Decimal 151 20 126 0 0.87 0.17 0.41 311.45 0.77 0.34
Hex 97 14 7E 0 57 11 29 137 4D 22
Octal 227 24 176 0 127 21 51 467 115 42
Binary 10010111 10100 1111110 0 1010111 10001 101001 100110111 1001101 100010

Color Harmonies of #97147E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97147E

Black with #97147E

Text Example


Text Example

White with #97147E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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