Html Css Color HEX #982876 Dark Purple

📋 copy color: '#982876'

red 152 ◦ green 40 ◦ blue 118

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

Shades of Dark Purple #982876

Tints of Dark Purple #982876

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.9%

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

R = 49.03%
G = 12.9%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#982876 (or 0x982876) is known color: Dark Purple. HEX triplet: 98, 28 and 76. RGB value is (152,40,118). Sum of RGB (Red+Green+Blue) = 152+40+118=310 (41% of max value = 765). Red value is 152 (59.77% from 255 or 49.03% from 310); Green value is 40 (16.02% from 255 or 12.90% from 310); Blue value is 118 (46.48% from 255 or 38.06% from 310); Max value from RGB is 152 - color contains mainly: red. Hex color #982876 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982876 is #67D789. Grayscale: #525252. Windows color (decimal): -6805386 or 7743640. OLE color: 7743640.

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

Color convert

RGB 152 40 118 -
CMYK 0 0.74 0.22 0.40
HSL 318.21º 0.58% 0.38% -
HSV(B) 318.21º 0.74% 0.6% -
XYZ 16.98 9.5 18.08 -
YUV 82.38 148.11 177.66 -
System Red Green Blue C M Y K H S L
Decimal 152 40 118 0 0.74 0.22 0.40 318.21 0.58 0.38
Hex 98 28 76 0 4A 16 28 13E 3A 26
Octal 230 50 166 0 112 26 50 476 72 46
Binary 10011000 101000 1110110 0 1001010 10110 101000 100111110 111010 100110

Color Harmonies of #982876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982876

Black with #982876

Text Example


Text Example

White with #982876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982876; }

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

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

background-color css

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

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

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

border-color css

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

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

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