Html Css Color HEX #97397C Dark Purple

📋 copy color: '#97397C'

red 151 ◦ green 57 ◦ blue 124

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

Shades of Dark Purple #97397C

Tints of Dark Purple #97397C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.17%

 BLUE value IS 124 (48.83% from 255) = 37.35%

R = 45.48%
G = 17.17%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#97397C (or 0x97397C) is known color: Dark Purple. HEX triplet: 97, 39 and 7C. RGB value is (151,57,124). Sum of RGB (Red+Green+Blue) = 151+57+124=332 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.48% from 332); Green value is 57 (22.66% from 255 or 17.17% from 332); Blue value is 124 (48.83% from 255 or 37.35% from 332); Max value from RGB is 151 - color contains mainly: red. Hex color #97397C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97397C is #68C683. Grayscale: #5C5C5C. Windows color (decimal): -6866564 or 8141207. OLE color: 8141207.

HSL color Cylindrical-coordinate representation of color #97397C: hue angle of 317.23º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #97397C is Cyan = 0, Magento = 0.62, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 57 124 -
CMYK 0 0.62 0.18 0.41
HSL 317.23º 0.45% 0.41% -
HSV(B) 317.23º 0.62% 0.59% -
XYZ 17.86 10.96 20.24 -
YUV 92.74 145.64 169.55 -
System Red Green Blue C M Y K H S L
Decimal 151 57 124 0 0.62 0.18 0.41 317.23 0.45 0.41
Hex 97 39 7C 0 3E 12 29 13D 2D 29
Octal 227 71 174 0 76 22 51 475 55 51
Binary 10010111 111001 1111100 0 111110 10010 101001 100111101 101101 101001

Color Harmonies of #97397C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97397C

Black with #97397C

Text Example


Text Example

White with #97397C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,57,124); }

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

background-color css

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

 a { background-color: rgb(151,57,124); }

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

border-color css

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

 span { border-color: rgb(151,57,124); }

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