Html Css Color HEX #97187D Dark Purple

📋 copy color: '#97187D'

red 151 ◦ green 24 ◦ blue 125

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

Shades of Dark Purple #97187D

Tints of Dark Purple #97187D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8%

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

R = 50.33%
G = 8%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#97187D (or 0x97187D) is known color: Dark Purple. HEX triplet: 97, 18 and 7D. RGB value is (151,24,125). Sum of RGB (Red+Green+Blue) = 151+24+125=300 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.33% from 300); Green value is 24 (9.77% from 255 or 8% from 300); Blue value is 125 (49.22% from 255 or 41.67% from 300); Max value from RGB is 151 - color contains mainly: red. Hex color #97187D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #97187D is #68E782. Grayscale: #494949. Windows color (decimal): -6875011 or 8198295. OLE color: 8198295.

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

Color convert

RGB 151 24 125 -
CMYK 0 0.84 0.17 0.41
HSL 312.28º 0.73% 0.34% -
HSV(B) 312.28º 0.84% 0.59% -
XYZ 16.79 8.71 20.2 -
YUV 73.49 157.08 183.29 -
System Red Green Blue C M Y K H S L
Decimal 151 24 125 0 0.84 0.17 0.41 312.28 0.73 0.34
Hex 97 18 7D 0 54 11 29 138 49 22
Octal 227 30 175 0 124 21 51 470 111 42
Binary 10010111 11000 1111101 0 1010100 10001 101001 100111000 1001001 100010

Color Harmonies of #97187D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97187D

Black with #97187D

Text Example


Text Example

White with #97187D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,24,125); }

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

background-color css

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

 a { background-color: rgb(151,24,125); }

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

border-color css

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

 span { border-color: rgb(151,24,125); }

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