Html Css Color HEX #97227C Dark Purple

📋 copy color: '#97227C'

red 151 ◦ green 34 ◦ blue 124

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

Shades of Dark Purple #97227C

Tints of Dark Purple #97227C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11%

 BLUE value IS 124 (48.83% from 255) = 40.13%

R = 48.87%
G = 11%
B = 40.13%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#97227C (or 0x97227C) is known color: Dark Purple. HEX triplet: 97, 22 and 7C. RGB value is (151,34,124). Sum of RGB (Red+Green+Blue) = 151+34+124=309 (40% of max value = 765). Red value is 151 (59.38% from 255 or 48.87% from 309); Green value is 34 (13.67% from 255 or 11.00% from 309); Blue value is 124 (48.83% from 255 or 40.13% from 309); Max value from RGB is 151 - color contains mainly: red. Hex color #97227C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97227C is #68DD83. Grayscale: #4F4F4F. Windows color (decimal): -6872452 or 8135319. OLE color: 8135319.

HSL color Cylindrical-coordinate representation of color #97227C: hue angle of 313.85º degrees, saturation: 0.63, 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 #97227C is Cyan = 0, Magento = 0.77, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 34 124 -
CMYK 0 0.77 0.18 0.41
HSL 313.85º 0.63% 0.36% -
HSV(B) 313.85º 0.77% 0.59% -
XYZ 16.97 9.18 19.95 -
YUV 79.24 153.26 179.18 -
System Red Green Blue C M Y K H S L
Decimal 151 34 124 0 0.77 0.18 0.41 313.85 0.63 0.36
Hex 97 22 7C 0 4D 12 29 13A 3F 24
Octal 227 42 174 0 115 22 51 472 77 44
Binary 10010111 100010 1111100 0 1001101 10010 101001 100111010 111111 100100

Color Harmonies of #97227C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97227C

Black with #97227C

Text Example


Text Example

White with #97227C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,34,124); }

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

background-color css

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

 a { background-color: rgb(151,34,124); }

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

border-color css

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

 span { border-color: rgb(151,34,124); }

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