Html Css Color HEX #97187C Dark Purple

📋 copy color: '#97187C'

red 151 ◦ green 24 ◦ blue 124

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

Shades of Dark Purple #97187C

Tints of Dark Purple #97187C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 41.47%

R = 50.5%
G = 8.03%
B = 41.47%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#97187C (or 0x97187C) is known color: Dark Purple. HEX triplet: 97, 18 and 7C. RGB value is (151,24,124). Sum of RGB (Red+Green+Blue) = 151+24+124=299 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.50% from 299); Green value is 24 (9.77% from 255 or 8.03% from 299); Blue value is 124 (48.83% from 255 or 41.47% from 299); Max value from RGB is 151 - color contains mainly: red. Hex color #97187C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #97187C is #68E783. Grayscale: #494949. Windows color (decimal): -6875012 or 8132759. OLE color: 8132759.

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

Color convert

RGB 151 24 124 -
CMYK 0 0.84 0.18 0.41
HSL 312.76º 0.73% 0.34% -
HSV(B) 312.76º 0.84% 0.59% -
XYZ 16.73 8.69 19.86 -
YUV 73.37 156.58 183.37 -
System Red Green Blue C M Y K H S L
Decimal 151 24 124 0 0.84 0.18 0.41 312.76 0.73 0.34
Hex 97 18 7C 0 54 12 29 139 49 22
Octal 227 30 174 0 124 22 51 471 111 42
Binary 10010111 11000 1111100 0 1010100 10010 101001 100111001 1001001 100010

Color Harmonies of #97187C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97187C

Black with #97187C

Text Example


Text Example

White with #97187C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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