Html Css Color HEX #97206B Dark Purple

📋 copy color: '#97206B'

red 151 ◦ green 32 ◦ blue 107

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

Shades of Dark Purple #97206B

Tints of Dark Purple #97206B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 36.9%

R = 52.07%
G = 11.03%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.29

 K value IS 0.41

RGB Variations

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

Color information

#97206B (or 0x97206B) is known color: Dark Purple. HEX triplet: 97, 20 and 6B. RGB value is (151,32,107). Sum of RGB (Red+Green+Blue) = 151+32+107=290 (38% of max value = 765). Red value is 151 (59.38% from 255 or 52.07% from 290); Green value is 32 (12.89% from 255 or 11.03% from 290); Blue value is 107 (42.19% from 255 or 36.90% from 290); Max value from RGB is 151 - color contains mainly: red. Hex color #97206B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97206B is #68DF94. Grayscale: #4B4B4B. Windows color (decimal): -6872981 or 7020695. OLE color: 7020695.

HSL color Cylindrical-coordinate representation of color #97206B: hue angle of 322.18º 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 #97206B is Cyan = 0, Magento = 0.79, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 32 107 -
CMYK 0 0.79 0.29 0.41
HSL 322.18º 0.65% 0.36% -
HSV(B) 322.18º 0.79% 0.59% -
XYZ 15.93 8.67 14.74 -
YUV 76.13 145.42 181.4 -
System Red Green Blue C M Y K H S L
Decimal 151 32 107 0 0.79 0.29 0.41 322.18 0.65 0.36
Hex 97 20 6B 0 4F 1D 29 142 41 24
Octal 227 40 153 0 117 35 51 502 101 44
Binary 10010111 100000 1101011 0 1001111 11101 101001 101000010 1000001 100100

Color Harmonies of #97206B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97206B

Black with #97206B

Text Example


Text Example

White with #97206B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97206B; }

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

 H1.HeaderClassName
 {
   color: #97206B;
 }
 .AnyTagClassName
 {
   color: #97206B;
 }
</style>

background-color css

<style>
 a { background-color: #97206B; }

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

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

border-color css

<style>
 span { border-color: #97206B; }

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

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