Html Css Color HEX #981776 Dark Purple

📋 copy color: '#981776'

red 152 ◦ green 23 ◦ blue 118

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

Shades of Dark Purple #981776

Tints of Dark Purple #981776

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.85%

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

R = 51.88%
G = 7.85%
B = 40.27%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#981776 (or 0x981776) is known color: Dark Purple. HEX triplet: 98, 17 and 76. RGB value is (152,23,118). Sum of RGB (Red+Green+Blue) = 152+23+118=293 (38% of max value = 765). Red value is 152 (59.77% from 255 or 51.88% from 293); Green value is 23 (9.38% from 255 or 7.85% from 293); Blue value is 118 (46.48% from 255 or 40.27% from 293); Max value from RGB is 152 - color contains mainly: red. Hex color #981776 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981776 is #67E889. Grayscale: #484848. Windows color (decimal): -6809738 or 7739288. OLE color: 7739288.

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

Color convert

RGB 152 23 118 -
CMYK 0 0.85 0.22 0.40
HSL 315.81º 0.74% 0.34% -
HSV(B) 315.81º 0.85% 0.6% -
XYZ 16.53 8.6 17.93 -
YUV 72.4 153.74 184.78 -
System Red Green Blue C M Y K H S L
Decimal 152 23 118 0 0.85 0.22 0.40 315.81 0.74 0.34
Hex 98 17 76 0 55 16 28 13C 4A 22
Octal 230 27 166 0 125 26 50 474 112 42
Binary 10011000 10111 1110110 0 1010101 10110 101000 100111100 1001010 100010

Color Harmonies of #981776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981776

Black with #981776

Text Example


Text Example

White with #981776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981776; }

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

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

background-color css

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

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

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

border-color css

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

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

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