Html Css Color HEX #97186E Dark Purple

📋 copy color: '#97186E'

red 151 ◦ green 24 ◦ blue 110

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

Shades of Dark Purple #97186E

Tints of Dark Purple #97186E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 38.6%

R = 52.98%
G = 8.42%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#97186E (or 0x97186E) is known color: Dark Purple. HEX triplet: 97, 18 and 6E. RGB value is (151,24,110). Sum of RGB (Red+Green+Blue) = 151+24+110=285 (37% of max value = 765). Red value is 151 (59.38% from 255 or 52.98% from 285); Green value is 24 (9.77% from 255 or 8.42% from 285); Blue value is 110 (43.36% from 255 or 38.60% from 285); Max value from RGB is 151 - color contains mainly: red. Hex color #97186E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #97186E is #68E791. Grayscale: #474747. Windows color (decimal): -6875026 or 7215255. OLE color: 7215255.

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

Color convert

RGB 151 24 110 -
CMYK 0 0.84 0.27 0.41
HSL 319.37º 0.73% 0.34% -
HSV(B) 319.37º 0.84% 0.59% -
XYZ 15.9 8.36 15.53 -
YUV 71.78 149.58 184.51 -
System Red Green Blue C M Y K H S L
Decimal 151 24 110 0 0.84 0.27 0.41 319.37 0.73 0.34
Hex 97 18 6E 0 54 1B 29 13F 49 22
Octal 227 30 156 0 124 33 51 477 111 42
Binary 10010111 11000 1101110 0 1010100 11011 101001 100111111 1001001 100010

Color Harmonies of #97186E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97186E

Black with #97186E

Text Example


Text Example

White with #97186E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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