Html Css Color HEX #981976 Dark Purple

📋 copy color: '#981976'

red 152 ◦ green 25 ◦ blue 118

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

Shades of Dark Purple #981976

Tints of Dark Purple #981976

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.47%

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

R = 51.53%
G = 8.47%
B = 40%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#981976 (or 0x981976) is known color: Dark Purple. HEX triplet: 98, 19 and 76. RGB value is (152,25,118). Sum of RGB (Red+Green+Blue) = 152+25+118=295 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.53% from 295); Green value is 25 (10.16% from 255 or 8.47% from 295); Blue value is 118 (46.48% from 255 or 40% from 295); Max value from RGB is 152 - color contains mainly: red. Hex color #981976 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981976 is #67E689. Grayscale: #494949. Windows color (decimal): -6809226 or 7739800. OLE color: 7739800.

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

Color convert

RGB 152 25 118 -
CMYK 0 0.84 0.22 0.40
HSL 316.06º 0.72% 0.35% -
HSV(B) 316.06º 0.84% 0.6% -
XYZ 16.57 8.68 17.94 -
YUV 73.58 153.08 183.94 -
System Red Green Blue C M Y K H S L
Decimal 152 25 118 0 0.84 0.22 0.40 316.06 0.72 0.35
Hex 98 19 76 0 54 16 28 13C 48 23
Octal 230 31 166 0 124 26 50 474 110 43
Binary 10011000 11001 1110110 0 1010100 10110 101000 100111100 1001000 100011

Color Harmonies of #981976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981976

Black with #981976

Text Example


Text Example

White with #981976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981976; }

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

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

background-color css

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

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

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

border-color css

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

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

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