Html Css Color HEX #97247D Dark Purple

📋 copy color: '#97247D'

red 151 ◦ green 36 ◦ blue 125

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

Shades of Dark Purple #97247D

Tints of Dark Purple #97247D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 40.06%

R = 48.4%
G = 11.54%
B = 40.06%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#97247D (or 0x97247D) is known color: Dark Purple. HEX triplet: 97, 24 and 7D. RGB value is (151,36,125). Sum of RGB (Red+Green+Blue) = 151+36+125=312 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.40% from 312); Green value is 36 (14.45% from 255 or 11.54% from 312); Blue value is 125 (49.22% from 255 or 40.06% from 312); Max value from RGB is 151 - color contains mainly: red. Hex color #97247D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97247D is #68DB82. Grayscale: #505050. Windows color (decimal): -6871939 or 8201367. OLE color: 8201367.

HSL color Cylindrical-coordinate representation of color #97247D: hue angle of 313.57º 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 #97247D is Cyan = 0, Magento = 0.76, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 36 125 -
CMYK 0 0.76 0.17 0.41
HSL 313.57º 0.61% 0.37% -
HSV(B) 313.57º 0.76% 0.59% -
XYZ 17.1 9.32 20.3 -
YUV 80.53 153.1 178.26 -
System Red Green Blue C M Y K H S L
Decimal 151 36 125 0 0.76 0.17 0.41 313.57 0.61 0.37
Hex 97 24 7D 0 4C 11 29 13A 3D 25
Octal 227 44 175 0 114 21 51 472 75 45
Binary 10010111 100100 1111101 0 1001100 10001 101001 100111010 111101 100101

Color Harmonies of #97247D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97247D

Black with #97247D

Text Example


Text Example

White with #97247D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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