Html Css Color HEX #972F8C Dark Purple

📋 copy color: '#972F8C'

red 151 ◦ green 47 ◦ blue 140

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

Shades of Dark Purple #972F8C

Tints of Dark Purple #972F8C

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.91%

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

R = 44.67%
G = 13.91%
B = 41.42%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#972F8C (or 0x972F8C) is known color: Dark Purple. HEX triplet: 97, 2F and 8C. RGB value is (151,47,140). Sum of RGB (Red+Green+Blue) = 151+47+140=338 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.67% from 338); Green value is 47 (18.75% from 255 or 13.91% from 338); Blue value is 140 (55.08% from 255 or 41.42% from 338); Max value from RGB is 151 - color contains mainly: red. Hex color #972F8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972F8C is #68D073. Grayscale: #585858. Windows color (decimal): -6869108 or 9187223. OLE color: 9187223.

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

Color convert

RGB 151 47 140 -
CMYK 0 0.69 0.07 0.41
HSL 306.35º 0.53% 0.39% -
HSV(B) 306.35º 0.69% 0.59% -
XYZ 18.51 10.51 25.86 -
YUV 88.7 156.96 172.44 -
System Red Green Blue C M Y K H S L
Decimal 151 47 140 0 0.69 0.07 0.41 306.35 0.53 0.39
Hex 97 2F 8C 0 45 7 29 132 35 27
Octal 227 57 214 0 105 7 51 462 65 47
Binary 10010111 101111 10001100 0 1000101 111 101001 100110010 110101 100111

Color Harmonies of #972F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972F8C

Black with #972F8C

Text Example


Text Example

White with #972F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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