Html Css Color HEX #97236E Dark Purple

📋 copy color: '#97236E'

red 151 ◦ green 35 ◦ blue 110

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

Shades of Dark Purple #97236E

Tints of Dark Purple #97236E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.82%

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

R = 51.01%
G = 11.82%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#97236E (or 0x97236E) is known color: Dark Purple. HEX triplet: 97, 23 and 6E. RGB value is (151,35,110). Sum of RGB (Red+Green+Blue) = 151+35+110=296 (39% of max value = 765). Red value is 151 (59.38% from 255 or 51.01% from 296); Green value is 35 (14.06% from 255 or 11.82% from 296); Blue value is 110 (43.36% from 255 or 37.16% from 296); Max value from RGB is 151 - color contains mainly: red. Hex color #97236E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97236E is #68DC91. Grayscale: #4E4E4E. Windows color (decimal): -6872210 or 7218071. OLE color: 7218071.

HSL color Cylindrical-coordinate representation of color #97236E: hue angle of 321.21º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #97236E is Cyan = 0, Magento = 0.77, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 35 110 -
CMYK 0 0.77 0.27 0.41
HSL 321.21º 0.62% 0.36% -
HSV(B) 321.21º 0.77% 0.59% -
XYZ 16.18 8.91 15.62 -
YUV 78.23 145.93 179.9 -
System Red Green Blue C M Y K H S L
Decimal 151 35 110 0 0.77 0.27 0.41 321.21 0.62 0.36
Hex 97 23 6E 0 4D 1B 29 141 3E 24
Octal 227 43 156 0 115 33 51 501 76 44
Binary 10010111 100011 1101110 0 1001101 11011 101001 101000001 111110 100100

Color Harmonies of #97236E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97236E

Black with #97236E

Text Example


Text Example

White with #97236E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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