Html Css Color HEX #972E8C Dark Purple

📋 copy color: '#972E8C'

red 151 ◦ green 46 ◦ blue 140

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

Shades of Dark Purple #972E8C

Tints of Dark Purple #972E8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 41.54%

R = 44.81%
G = 13.65%
B = 41.54%

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

#972E8C (or 0x972E8C) is known color: Dark Purple. HEX triplet: 97, 2E and 8C. RGB value is (151,46,140). Sum of RGB (Red+Green+Blue) = 151+46+140=337 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.81% from 337); Green value is 46 (18.36% from 255 or 13.65% from 337); Blue value is 140 (55.08% from 255 or 41.54% from 337); Max value from RGB is 151 - color contains mainly: red. Hex color #972E8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972E8C is #68D173. Grayscale: #575757. Windows color (decimal): -6869364 or 9186967. OLE color: 9186967.

HSL color Cylindrical-coordinate representation of color #972E8C: hue angle of 306.29º 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 #972E8C is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 46 140 -
CMYK 0 0.70 0.07 0.41
HSL 306.29º 0.53% 0.39% -
HSV(B) 306.29º 0.7% 0.59% -
XYZ 18.47 10.43 25.85 -
YUV 88.11 157.29 172.86 -
System Red Green Blue C M Y K H S L
Decimal 151 46 140 0 0.70 0.07 0.41 306.29 0.53 0.39
Hex 97 2E 8C 0 46 7 29 132 35 27
Octal 227 56 214 0 106 7 51 462 65 47
Binary 10010111 101110 10001100 0 1000110 111 101001 100110010 110101 100111

Color Harmonies of #972E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972E8C

Black with #972E8C

Text Example


Text Example

White with #972E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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