Html Css Color HEX #981876 Dark Purple

📋 copy color: '#981876'

red 152 ◦ green 24 ◦ blue 118

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

Shades of Dark Purple #981876

Tints of Dark Purple #981876

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.16%

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

R = 51.7%
G = 8.16%
B = 40.14%

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

#981876 (or 0x981876) is known color: Dark Purple. HEX triplet: 98, 18 and 76. RGB value is (152,24,118). Sum of RGB (Red+Green+Blue) = 152+24+118=294 (38% of max value = 765). Red value is 152 (59.77% from 255 or 51.70% from 294); Green value is 24 (9.77% from 255 or 8.16% from 294); Blue value is 118 (46.48% from 255 or 40.14% from 294); Max value from RGB is 152 - color contains mainly: red. Hex color #981876 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981876 is #67E789. Grayscale: #484848. Windows color (decimal): -6809482 or 7739544. OLE color: 7739544.

HSL color Cylindrical-coordinate representation of color #981876: hue angle of 315.94º degrees, saturation: 0.73, 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 #981876 is Cyan = 0, Magento = 0.84, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 24 118 -
CMYK 0 0.84 0.22 0.40
HSL 315.94º 0.73% 0.35% -
HSV(B) 315.94º 0.84% 0.6% -
XYZ 16.55 8.64 17.93 -
YUV 72.99 153.41 184.36 -
System Red Green Blue C M Y K H S L
Decimal 152 24 118 0 0.84 0.22 0.40 315.94 0.73 0.35
Hex 98 18 76 0 54 16 28 13C 49 23
Octal 230 30 166 0 124 26 50 474 111 43
Binary 10011000 11000 1110110 0 1010100 10110 101000 100111100 1001001 100011

Color Harmonies of #981876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981876

Black with #981876

Text Example


Text Example

White with #981876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981876; }

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

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

background-color css

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

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

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

border-color css

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

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

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