Html Css Color HEX #972984 Dark Purple

📋 copy color: '#972984'

red 151 ◦ green 41 ◦ blue 132

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

Shades of Dark Purple #972984

Tints of Dark Purple #972984

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.65%

 BLUE value IS 132 (51.95% from 255) = 40.74%

R = 46.6%
G = 12.65%
B = 40.74%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#972984 (or 0x972984) is known color: Dark Purple. HEX triplet: 97, 29 and 84. RGB value is (151,41,132). Sum of RGB (Red+Green+Blue) = 151+41+132=324 (42% of max value = 765). Red value is 151 (59.38% from 255 or 46.60% from 324); Green value is 41 (16.41% from 255 or 12.65% from 324); Blue value is 132 (51.95% from 255 or 40.74% from 324); Max value from RGB is 151 - color contains mainly: red. Hex color #972984 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972984 is #68D67B. Grayscale: #545454. Windows color (decimal): -6870652 or 8661399. OLE color: 8661399.

HSL color Cylindrical-coordinate representation of color #972984: hue angle of 310.36º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #972984 is Cyan = 0, Magento = 0.73, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 41 132 -
CMYK 0 0.73 0.13 0.41
HSL 310.36º 0.57% 0.38% -
HSV(B) 310.36º 0.73% 0.59% -
XYZ 17.72 9.83 22.79 -
YUV 84.26 154.94 175.6 -
System Red Green Blue C M Y K H S L
Decimal 151 41 132 0 0.73 0.13 0.41 310.36 0.57 0.38
Hex 97 29 84 0 49 D 29 136 39 26
Octal 227 51 204 0 111 15 51 466 71 46
Binary 10010111 101001 10000100 0 1001001 1101 101001 100110110 111001 100110

Color Harmonies of #972984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972984

Black with #972984

Text Example


Text Example

White with #972984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #972984; }

 p { color: rgb(151,41,132); }

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

background-color css

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

 a { background-color: rgb(151,41,132); }

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

border-color css

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

 span { border-color: rgb(151,41,132); }

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