Html Css Color HEX #981676 Dark Purple

📋 copy color: '#981676'

red 152 ◦ green 22 ◦ blue 118

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

Shades of Dark Purple #981676

Tints of Dark Purple #981676

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.53%

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

R = 52.05%
G = 7.53%
B = 40.41%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#981676 (or 0x981676) is known color: Dark Purple. HEX triplet: 98, 16 and 76. RGB value is (152,22,118). Sum of RGB (Red+Green+Blue) = 152+22+118=292 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.05% from 292); Green value is 22 (8.98% from 255 or 7.53% from 292); Blue value is 118 (46.48% from 255 or 40.41% from 292); Max value from RGB is 152 - color contains mainly: red. Hex color #981676 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981676 is #67E989. Grayscale: #474747. Windows color (decimal): -6809994 or 7739032. OLE color: 7739032.

HSL color Cylindrical-coordinate representation of color #981676: hue angle of 315.69º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #981676 is Cyan = 0, Magento = 0.86, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 22 118 -
CMYK 0 0.86 0.22 0.40
HSL 315.69º 0.75% 0.34% -
HSV(B) 315.69º 0.86% 0.6% -
XYZ 16.51 8.56 17.92 -
YUV 71.81 154.07 185.19 -
System Red Green Blue C M Y K H S L
Decimal 152 22 118 0 0.86 0.22 0.40 315.69 0.75 0.34
Hex 98 16 76 0 56 16 28 13C 4B 22
Octal 230 26 166 0 126 26 50 474 113 42
Binary 10011000 10110 1110110 0 1010110 10110 101000 100111100 1001011 100010

Color Harmonies of #981676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981676

Black with #981676

Text Example


Text Example

White with #981676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981676; }

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

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

background-color css

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

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

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

border-color css

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

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

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