Html Css Color HEX #97397E Dark Purple

📋 copy color: '#97397E'

red 151 ◦ green 57 ◦ blue 126

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

Shades of Dark Purple #97397E

Tints of Dark Purple #97397E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 37.72%

R = 45.21%
G = 17.07%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#97397E (or 0x97397E) is known color: Dark Purple. HEX triplet: 97, 39 and 7E. RGB value is (151,57,126). Sum of RGB (Red+Green+Blue) = 151+57+126=334 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.21% from 334); Green value is 57 (22.66% from 255 or 17.07% from 334); Blue value is 126 (49.61% from 255 or 37.72% from 334); Max value from RGB is 151 - color contains mainly: red. Hex color #97397E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97397E is #68C681. Grayscale: #5C5C5C. Windows color (decimal): -6866562 or 8272279. OLE color: 8272279.

HSL color Cylindrical-coordinate representation of color #97397E: hue angle of 315.96º 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 #97397E is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 57 126 -
CMYK 0 0.62 0.17 0.41
HSL 315.96º 0.45% 0.41% -
HSV(B) 315.96º 0.62% 0.59% -
XYZ 17.99 11.01 20.92 -
YUV 92.97 146.64 169.39 -
System Red Green Blue C M Y K H S L
Decimal 151 57 126 0 0.62 0.17 0.41 315.96 0.45 0.41
Hex 97 39 7E 0 3E 11 29 13C 2D 29
Octal 227 71 176 0 76 21 51 474 55 51
Binary 10010111 111001 1111110 0 111110 10001 101001 100111100 101101 101001

Color Harmonies of #97397E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97397E

Black with #97397E

Text Example


Text Example

White with #97397E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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