Html Css Color HEX #982176 Dark Purple

📋 copy color: '#982176'

red 152 ◦ green 33 ◦ blue 118

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

Shades of Dark Purple #982176

Tints of Dark Purple #982176

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.89%

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

R = 50.17%
G = 10.89%
B = 38.94%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#982176 (or 0x982176) is known color: Dark Purple. HEX triplet: 98, 21 and 76. RGB value is (152,33,118). Sum of RGB (Red+Green+Blue) = 152+33+118=303 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.17% from 303); Green value is 33 (13.28% from 255 or 10.89% from 303); Blue value is 118 (46.48% from 255 or 38.94% from 303); Max value from RGB is 152 - color contains mainly: red. Hex color #982176 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982176 is #67DE89. Grayscale: #4E4E4E. Windows color (decimal): -6807178 or 7741848. OLE color: 7741848.

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

Color convert

RGB 152 33 118 -
CMYK 0 0.78 0.22 0.40
HSL 317.14º 0.64% 0.36% -
HSV(B) 317.14º 0.78% 0.6% -
XYZ 16.76 9.07 18.01 -
YUV 78.27 150.42 180.59 -
System Red Green Blue C M Y K H S L
Decimal 152 33 118 0 0.78 0.22 0.40 317.14 0.64 0.36
Hex 98 21 76 0 4E 16 28 13D 40 24
Octal 230 41 166 0 116 26 50 475 100 44
Binary 10011000 100001 1110110 0 1001110 10110 101000 100111101 1000000 100100

Color Harmonies of #982176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982176

Black with #982176

Text Example


Text Example

White with #982176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982176; }

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

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

background-color css

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

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

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

border-color css

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

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

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