Html Css Color HEX #982972 Dark Purple

📋 copy color: '#982972'

red 152 ◦ green 41 ◦ blue 114

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

Shades of Dark Purple #982972

Tints of Dark Purple #982972

RGB

 RED value IS 152 (59.77% from 255) = 49.51%

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

 BLUE value IS 114 (44.92% from 255) = 37.13%

R = 49.51%
G = 13.36%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.25

 K value IS 0.40

RGB Variations

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

Color information

#982972 (or 0x982972) is known color: Dark Purple. HEX triplet: 98, 29 and 72. RGB value is (152,41,114). Sum of RGB (Red+Green+Blue) = 152+41+114=307 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.51% from 307); Green value is 41 (16.41% from 255 or 13.36% from 307); Blue value is 114 (44.92% from 255 or 37.13% from 307); Max value from RGB is 152 - color contains mainly: red. Hex color #982972 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982972 is #67D68D. Grayscale: #525252. Windows color (decimal): -6805134 or 7481752. OLE color: 7481752.

HSL color Cylindrical-coordinate representation of color #982972: hue angle of 320.54º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #982972 is Cyan = 0, Magento = 0.73, Yellow = 0.25 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 41 114 -
CMYK 0 0.73 0.25 0.40
HSL 320.54º 0.58% 0.38% -
HSV(B) 320.54º 0.73% 0.6% -
XYZ 16.78 9.48 16.86 -
YUV 82.51 145.77 177.56 -
System Red Green Blue C M Y K H S L
Decimal 152 41 114 0 0.73 0.25 0.40 320.54 0.58 0.38
Hex 98 29 72 0 49 19 28 141 3A 26
Octal 230 51 162 0 111 31 50 501 72 46
Binary 10011000 101001 1110010 0 1001001 11001 101000 101000001 111010 100110

Color Harmonies of #982972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982972

Black with #982972

Text Example


Text Example

White with #982972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982972; }

 p { color: rgb(152,41,114); }

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

background-color css

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

 a { background-color: rgb(152,41,114); }

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

border-color css

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

 span { border-color: rgb(152,41,114); }

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