Html Css Color HEX #97377D Dark Purple

📋 copy color: '#97377D'

red 151 ◦ green 55 ◦ blue 125

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

Shades of Dark Purple #97377D

Tints of Dark Purple #97377D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.62%

 BLUE value IS 125 (49.22% from 255) = 37.76%

R = 45.62%
G = 16.62%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#97377D (or 0x97377D) is known color: Dark Purple. HEX triplet: 97, 37 and 7D. RGB value is (151,55,125). Sum of RGB (Red+Green+Blue) = 151+55+125=331 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.62% from 331); Green value is 55 (21.88% from 255 or 16.62% from 331); Blue value is 125 (49.22% from 255 or 37.76% from 331); Max value from RGB is 151 - color contains mainly: red. Hex color #97377D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97377D is #68C882. Grayscale: #5B5B5B. Windows color (decimal): -6867075 or 8206231. OLE color: 8206231.

HSL color Cylindrical-coordinate representation of color #97377D: hue angle of 316.25º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #97377D is Cyan = 0, Magento = 0.64, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 55 125 -
CMYK 0 0.64 0.17 0.41
HSL 316.25º 0.47% 0.4% -
HSV(B) 316.25º 0.64% 0.59% -
XYZ 17.83 10.79 20.55 -
YUV 91.68 146.8 170.31 -
System Red Green Blue C M Y K H S L
Decimal 151 55 125 0 0.64 0.17 0.41 316.25 0.47 0.4
Hex 97 37 7D 0 40 11 29 13C 2F 28
Octal 227 67 175 0 100 21 51 474 57 50
Binary 10010111 110111 1111101 0 1000000 10001 101001 100111100 101111 101000

Color Harmonies of #97377D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97377D

Black with #97377D

Text Example


Text Example

White with #97377D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97377D; }

 p { color: rgb(151,55,125); }

 H1.HeaderClassName
 {
   color: #97377D;
 }
 .AnyTagClassName
 {
   color: #97377D;
 }
</style>

background-color css

<style>
 a { background-color: #97377D; }

 a { background-color: rgb(151,55,125); }

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

border-color css

<style>
 span { border-color: #97377D; }

 span { border-color: rgb(151,55,125); }

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