Html Css Color HEX #97286E Dark Purple

📋 copy color: '#97286E'

red 151 ◦ green 40 ◦ blue 110

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

Shades of Dark Purple #97286E

Tints of Dark Purple #97286E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.29%

 BLUE value IS 110 (43.36% from 255) = 36.54%

R = 50.17%
G = 13.29%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#97286E (or 0x97286E) is known color: Dark Purple. HEX triplet: 97, 28 and 6E. RGB value is (151,40,110). Sum of RGB (Red+Green+Blue) = 151+40+110=301 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.17% from 301); Green value is 40 (16.02% from 255 or 13.29% from 301); Blue value is 110 (43.36% from 255 or 36.54% from 301); Max value from RGB is 151 - color contains mainly: red. Hex color #97286E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97286E is #68D791. Grayscale: #505050. Windows color (decimal): -6870930 or 7219351. OLE color: 7219351.

HSL color Cylindrical-coordinate representation of color #97286E: hue angle of 322.16º degrees, saturation: 0.58, 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 #97286E is Cyan = 0, Magento = 0.74, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 40 110 -
CMYK 0 0.74 0.27 0.41
HSL 322.16º 0.58% 0.37% -
HSV(B) 322.16º 0.74% 0.59% -
XYZ 16.34 9.22 15.67 -
YUV 81.17 144.27 177.81 -
System Red Green Blue C M Y K H S L
Decimal 151 40 110 0 0.74 0.27 0.41 322.16 0.58 0.37
Hex 97 28 6E 0 4A 1B 29 142 3A 25
Octal 227 50 156 0 112 33 51 502 72 45
Binary 10010111 101000 1101110 0 1001010 11011 101001 101000010 111010 100101

Color Harmonies of #97286E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97286E

Black with #97286E

Text Example


Text Example

White with #97286E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,40,110); }

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

background-color css

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

 a { background-color: rgb(151,40,110); }

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

border-color css

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

 span { border-color: rgb(151,40,110); }

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