Html Css Color HEX #97198C Dark Purple

📋 copy color: '#97198C'

red 151 ◦ green 25 ◦ blue 140

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

Shades of Dark Purple #97198C

Tints of Dark Purple #97198C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.91%

 BLUE value IS 140 (55.08% from 255) = 44.3%

R = 47.78%
G = 7.91%
B = 44.3%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#97198C (or 0x97198C) is known color: Dark Purple. HEX triplet: 97, 19 and 8C. RGB value is (151,25,140). Sum of RGB (Red+Green+Blue) = 151+25+140=316 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.78% from 316); Green value is 25 (10.16% from 255 or 7.91% from 316); Blue value is 140 (55.08% from 255 or 44.30% from 316); Max value from RGB is 151 - color contains mainly: red. Hex color #97198C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #97198C is #68E673. Grayscale: #4B4B4B. Windows color (decimal): -6874740 or 9181591. OLE color: 9181591.

HSL color Cylindrical-coordinate representation of color #97198C: hue angle of 305.24º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #97198C is Cyan = 0, Magento = 0.83, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 25 140 -
CMYK 0 0.83 0.07 0.41
HSL 305.24º 0.72% 0.35% -
HSV(B) 305.24º 0.83% 0.59% -
XYZ 17.84 9.17 25.64 -
YUV 75.78 164.24 181.65 -
System Red Green Blue C M Y K H S L
Decimal 151 25 140 0 0.83 0.07 0.41 305.24 0.72 0.35
Hex 97 19 8C 0 53 7 29 131 48 23
Octal 227 31 214 0 123 7 51 461 110 43
Binary 10010111 11001 10001100 0 1010011 111 101001 100110001 1001000 100011

Color Harmonies of #97198C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97198C

Black with #97198C

Text Example


Text Example

White with #97198C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,25,140); }

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

background-color css

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

 a { background-color: rgb(151,25,140); }

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

border-color css

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

 span { border-color: rgb(151,25,140); }

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