Html Css Color HEX #982D76 Dark Purple

📋 copy color: '#982D76'

red 152 ◦ green 45 ◦ blue 118

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

Shades of Dark Purple #982D76

Tints of Dark Purple #982D76

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.29%

 BLUE value IS 118 (46.48% from 255) = 37.46%

R = 48.25%
G = 14.29%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#982D76 (or 0x982D76) is known color: Dark Purple. HEX triplet: 98, 2D and 76. RGB value is (152,45,118). Sum of RGB (Red+Green+Blue) = 152+45+118=315 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.25% from 315); Green value is 45 (17.97% from 255 or 14.29% from 315); Blue value is 118 (46.48% from 255 or 37.46% from 315); Max value from RGB is 152 - color contains mainly: red. Hex color #982D76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982D76 is #67D289. Grayscale: #555555. Windows color (decimal): -6804106 or 7744920. OLE color: 7744920.

HSL color Cylindrical-coordinate representation of color #982D76: hue angle of 319.07º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #982D76 is Cyan = 0, Magento = 0.70, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 45 118 -
CMYK 0 0.70 0.22 0.40
HSL 319.07º 0.54% 0.39% -
HSV(B) 319.07º 0.7% 0.6% -
XYZ 17.16 9.86 18.14 -
YUV 85.32 146.45 175.56 -
System Red Green Blue C M Y K H S L
Decimal 152 45 118 0 0.70 0.22 0.40 319.07 0.54 0.39
Hex 98 2D 76 0 46 16 28 13F 36 27
Octal 230 55 166 0 106 26 50 477 66 47
Binary 10011000 101101 1110110 0 1000110 10110 101000 100111111 110110 100111

Color Harmonies of #982D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982D76

Black with #982D76

Text Example


Text Example

White with #982D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982D76; }

 p { color: rgb(152,45,118); }

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

background-color css

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

 a { background-color: rgb(152,45,118); }

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

border-color css

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

 span { border-color: rgb(152,45,118); }

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