Html Css Color HEX #97276D Dark Purple

📋 copy color: '#97276D'

red 151 ◦ green 39 ◦ blue 109

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

Shades of Dark Purple #97276D

Tints of Dark Purple #97276D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.04%

 BLUE value IS 109 (42.97% from 255) = 36.45%

R = 50.5%
G = 13.04%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#97276D (or 0x97276D) is known color: Dark Purple. HEX triplet: 97, 27 and 6D. RGB value is (151,39,109). Sum of RGB (Red+Green+Blue) = 151+39+109=299 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.50% from 299); Green value is 39 (15.62% from 255 or 13.04% from 299); Blue value is 109 (42.97% from 255 or 36.45% from 299); Max value from RGB is 151 - color contains mainly: red. Hex color #97276D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97276D is #68D892. Grayscale: #505050. Windows color (decimal): -6871187 or 7153559. OLE color: 7153559.

HSL color Cylindrical-coordinate representation of color #97276D: hue angle of 322.5º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #97276D is Cyan = 0, Magento = 0.74, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 39 109 -
CMYK 0 0.74 0.28 0.41
HSL 322.5º 0.59% 0.37% -
HSV(B) 322.5º 0.74% 0.59% -
XYZ 16.25 9.13 15.37 -
YUV 80.47 144.11 178.31 -
System Red Green Blue C M Y K H S L
Decimal 151 39 109 0 0.74 0.28 0.41 322.5 0.59 0.37
Hex 97 27 6D 0 4A 1C 29 142 3B 25
Octal 227 47 155 0 112 34 51 502 73 45
Binary 10010111 100111 1101101 0 1001010 11100 101001 101000010 111011 100101

Color Harmonies of #97276D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97276D

Black with #97276D

Text Example


Text Example

White with #97276D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,39,109); }

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

background-color css

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

 a { background-color: rgb(151,39,109); }

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

border-color css

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

 span { border-color: rgb(151,39,109); }

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