Html Css Color HEX #97178A Dark Purple

📋 copy color: '#97178A'

red 151 ◦ green 23 ◦ blue 138

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

Shades of Dark Purple #97178A

Tints of Dark Purple #97178A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.37%

 BLUE value IS 138 (54.3% from 255) = 44.23%

R = 48.4%
G = 7.37%
B = 44.23%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#97178A (or 0x97178A) is known color: Dark Purple. HEX triplet: 97, 17 and 8A. RGB value is (151,23,138). Sum of RGB (Red+Green+Blue) = 151+23+138=312 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.40% from 312); Green value is 23 (9.38% from 255 or 7.37% from 312); Blue value is 138 (54.30% from 255 or 44.23% from 312); Max value from RGB is 151 - color contains mainly: red. Hex color #97178A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #97178A is #68E875. Grayscale: #4A4A4A. Windows color (decimal): -6875254 or 9050007. OLE color: 9050007.

HSL color Cylindrical-coordinate representation of color #97178A: hue angle of 306.09º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #97178A is Cyan = 0, Magento = 0.85, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 23 138 -
CMYK 0 0.85 0.09 0.41
HSL 306.09º 0.74% 0.34% -
HSV(B) 306.09º 0.85% 0.59% -
XYZ 17.66 9.03 24.86 -
YUV 74.38 163.91 182.65 -
System Red Green Blue C M Y K H S L
Decimal 151 23 138 0 0.85 0.09 0.41 306.09 0.74 0.34
Hex 97 17 8A 0 55 9 29 132 4A 22
Octal 227 27 212 0 125 11 51 462 112 42
Binary 10010111 10111 10001010 0 1010101 1001 101001 100110010 1001010 100010

Color Harmonies of #97178A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97178A

Black with #97178A

Text Example


Text Example

White with #97178A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97178A; }

 p { color: rgb(151,23,138); }

 H1.HeaderClassName
 {
   color: #97178A;
 }
 .AnyTagClassName
 {
   color: #97178A;
 }
</style>

background-color css

<style>
 a { background-color: #97178A; }

 a { background-color: rgb(151,23,138); }

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

border-color css

<style>
 span { border-color: #97178A; }

 span { border-color: rgb(151,23,138); }

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