Html Css Color HEX #981376 Dark Purple

📋 copy color: '#981376'

red 152 ◦ green 19 ◦ blue 118

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

Shades of Dark Purple #981376

Tints of Dark Purple #981376

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.57%

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

R = 52.6%
G = 6.57%
B = 40.83%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#981376 (or 0x981376) is known color: Dark Purple. HEX triplet: 98, 13 and 76. RGB value is (152,19,118). Sum of RGB (Red+Green+Blue) = 152+19+118=289 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.60% from 289); Green value is 19 (7.81% from 255 or 6.57% from 289); Blue value is 118 (46.48% from 255 or 40.83% from 289); Max value from RGB is 152 - color contains mainly: red. Hex color #981376 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981376 is #67EC89. Grayscale: #454545. Windows color (decimal): -6810762 or 7738264. OLE color: 7738264.

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

Color convert

RGB 152 19 118 -
CMYK 0 0.87 0.22 0.40
HSL 315.34º 0.78% 0.34% -
HSV(B) 315.34º 0.88% 0.6% -
XYZ 16.45 8.45 17.9 -
YUV 70.05 155.06 186.45 -
System Red Green Blue C M Y K H S L
Decimal 152 19 118 0 0.87 0.22 0.40 315.34 0.78 0.34
Hex 98 13 76 0 57 16 28 13B 4E 22
Octal 230 23 166 0 127 26 50 473 116 42
Binary 10011000 10011 1110110 0 1010111 10110 101000 100111011 1001110 100010

Color Harmonies of #981376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981376

Black with #981376

Text Example


Text Example

White with #981376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981376; }

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

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

background-color css

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

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

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

border-color css

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

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

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