Html Css Color HEX #97208A Dark Purple

📋 copy color: '#97208A'

red 151 ◦ green 32 ◦ blue 138

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

Shades of Dark Purple #97208A

Tints of Dark Purple #97208A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.97%

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

R = 47.04%
G = 9.97%
B = 42.99%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#97208A (or 0x97208A) is known color: Dark Purple. HEX triplet: 97, 20 and 8A. RGB value is (151,32,138). Sum of RGB (Red+Green+Blue) = 151+32+138=321 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.04% from 321); Green value is 32 (12.89% from 255 or 9.97% from 321); Blue value is 138 (54.30% from 255 or 42.99% from 321); Max value from RGB is 151 - color contains mainly: red. Hex color #97208A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97208A is #68DF75. Grayscale: #4F4F4F. Windows color (decimal): -6872950 or 9052311. OLE color: 9052311.

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

Color convert

RGB 151 32 138 -
CMYK 0 0.79 0.09 0.41
HSL 306.55º 0.65% 0.36% -
HSV(B) 306.55º 0.79% 0.59% -
XYZ 17.87 9.45 24.93 -
YUV 79.67 160.92 178.88 -
System Red Green Blue C M Y K H S L
Decimal 151 32 138 0 0.79 0.09 0.41 306.55 0.65 0.36
Hex 97 20 8A 0 4F 9 29 133 41 24
Octal 227 40 212 0 117 11 51 463 101 44
Binary 10010111 100000 10001010 0 1001111 1001 101001 100110011 1000001 100100

Color Harmonies of #97208A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97208A

Black with #97208A

Text Example


Text Example

White with #97208A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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