Html Css Color HEX #972E8D Dark Purple

📋 copy color: '#972E8D'

red 151 ◦ green 46 ◦ blue 141

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

Shades of Dark Purple #972E8D

Tints of Dark Purple #972E8D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.61%

 BLUE value IS 141 (55.47% from 255) = 41.72%

R = 44.67%
G = 13.61%
B = 41.72%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#972E8D (or 0x972E8D) is known color: Dark Purple. HEX triplet: 97, 2E and 8D. RGB value is (151,46,141). Sum of RGB (Red+Green+Blue) = 151+46+141=338 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.67% from 338); Green value is 46 (18.36% from 255 or 13.61% from 338); Blue value is 141 (55.47% from 255 or 41.72% from 338); Max value from RGB is 151 - color contains mainly: red. Hex color #972E8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972E8D is #68D172. Grayscale: #575757. Windows color (decimal): -6869363 or 9252503. OLE color: 9252503.

HSL color Cylindrical-coordinate representation of color #972E8D: hue angle of 305.71º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #972E8D is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 46 141 -
CMYK 0 0.70 0.07 0.41
HSL 305.71º 0.53% 0.39% -
HSV(B) 305.71º 0.7% 0.59% -
XYZ 18.55 10.46 26.24 -
YUV 88.23 157.79 172.78 -
System Red Green Blue C M Y K H S L
Decimal 151 46 141 0 0.70 0.07 0.41 305.71 0.53 0.39
Hex 97 2E 8D 0 46 7 29 132 35 27
Octal 227 56 215 0 106 7 51 462 65 47
Binary 10010111 101110 10001101 0 1000110 111 101001 100110010 110101 100111

Color Harmonies of #972E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972E8D

Black with #972E8D

Text Example


Text Example

White with #972E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #972E8D; }

 p { color: rgb(151,46,141); }

 H1.HeaderClassName
 {
   color: #972E8D;
 }
 .AnyTagClassName
 {
   color: #972E8D;
 }
</style>

background-color css

<style>
 a { background-color: #972E8D; }

 a { background-color: rgb(151,46,141); }

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

border-color css

<style>
 span { border-color: #972E8D; }

 span { border-color: rgb(151,46,141); }

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