Html Css Color HEX #972B82 Dark Purple

📋 copy color: '#972B82'

red 151 ◦ green 43 ◦ blue 130

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

Shades of Dark Purple #972B82

Tints of Dark Purple #972B82

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.27%

 BLUE value IS 130 (51.17% from 255) = 40.12%

R = 46.6%
G = 13.27%
B = 40.12%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.14

 K value IS 0.41

RGB Variations

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

Color information

#972B82 (or 0x972B82) is known color: Dark Purple. HEX triplet: 97, 2B and 82. RGB value is (151,43,130). Sum of RGB (Red+Green+Blue) = 151+43+130=324 (42% of max value = 765). Red value is 151 (59.38% from 255 or 46.60% from 324); Green value is 43 (17.19% from 255 or 13.27% from 324); Blue value is 130 (51.17% from 255 or 40.12% from 324); Max value from RGB is 151 - color contains mainly: red. Hex color #972B82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972B82 is #68D47D. Grayscale: #545454. Windows color (decimal): -6870142 or 8530839. OLE color: 8530839.

HSL color Cylindrical-coordinate representation of color #972B82: hue angle of 311.67º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #972B82 is Cyan = 0, Magento = 0.72, Yellow = 0.14 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 43 130 -
CMYK 0 0.72 0.14 0.41
HSL 311.67º 0.56% 0.38% -
HSV(B) 311.67º 0.72% 0.59% -
XYZ 17.66 9.92 22.1 -
YUV 85.21 153.28 174.93 -
System Red Green Blue C M Y K H S L
Decimal 151 43 130 0 0.72 0.14 0.41 311.67 0.56 0.38
Hex 97 2B 82 0 48 E 29 138 38 26
Octal 227 53 202 0 110 16 51 470 70 46
Binary 10010111 101011 10000010 0 1001000 1110 101001 100111000 111000 100110

Color Harmonies of #972B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972B82

Black with #972B82

Text Example


Text Example

White with #972B82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,43,130); }

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

background-color css

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

 a { background-color: rgb(151,43,130); }

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

border-color css

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

 span { border-color: rgb(151,43,130); }

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