Html Css Color HEX #97246C Dark Purple

📋 copy color: '#97246C'

red 151 ◦ green 36 ◦ blue 108

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

Shades of Dark Purple #97246C

Tints of Dark Purple #97246C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.2%

 BLUE value IS 108 (42.58% from 255) = 36.61%

R = 51.19%
G = 12.2%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#97246C (or 0x97246C) is known color: Dark Purple. HEX triplet: 97, 24 and 6C. RGB value is (151,36,108). Sum of RGB (Red+Green+Blue) = 151+36+108=295 (39% of max value = 765). Red value is 151 (59.38% from 255 or 51.19% from 295); Green value is 36 (14.45% from 255 or 12.20% from 295); Blue value is 108 (42.58% from 255 or 36.61% from 295); Max value from RGB is 151 - color contains mainly: red. Hex color #97246C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97246C is #68DB93. Grayscale: #4E4E4E. Windows color (decimal): -6871956 or 7087255. OLE color: 7087255.

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

Color convert

RGB 151 36 108 -
CMYK 0 0.76 0.28 0.41
HSL 322.43º 0.61% 0.37% -
HSV(B) 322.43º 0.76% 0.59% -
XYZ 16.1 8.92 15.06 -
YUV 78.59 144.6 179.65 -
System Red Green Blue C M Y K H S L
Decimal 151 36 108 0 0.76 0.28 0.41 322.43 0.61 0.37
Hex 97 24 6C 0 4C 1C 29 142 3D 25
Octal 227 44 154 0 114 34 51 502 75 45
Binary 10010111 100100 1101100 0 1001100 11100 101001 101000010 111101 100101

Color Harmonies of #97246C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97246C

Black with #97246C

Text Example


Text Example

White with #97246C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97246C; }

 p { color: rgb(151,36,108); }

 H1.HeaderClassName
 {
   color: #97246C;
 }
 .AnyTagClassName
 {
   color: #97246C;
 }
</style>

background-color css

<style>
 a { background-color: #97246C; }

 a { background-color: rgb(151,36,108); }

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

border-color css

<style>
 span { border-color: #97246C; }

 span { border-color: rgb(151,36,108); }

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