Html Css Color HEX #982179 Dark Purple

📋 copy color: '#982179'

red 152 ◦ green 33 ◦ blue 121

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

Shades of Dark Purple #982179

Tints of Dark Purple #982179

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 39.54%

R = 49.67%
G = 10.78%
B = 39.54%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#982179 (or 0x982179) is known color: Dark Purple. HEX triplet: 98, 21 and 79. RGB value is (152,33,121). Sum of RGB (Red+Green+Blue) = 152+33+121=306 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.67% from 306); Green value is 33 (13.28% from 255 or 10.78% from 306); Blue value is 121 (47.66% from 255 or 39.54% from 306); Max value from RGB is 152 - color contains mainly: red. Hex color #982179 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982179 is #67DE86. Grayscale: #4E4E4E. Windows color (decimal): -6807175 or 7938456. OLE color: 7938456.

HSL color Cylindrical-coordinate representation of color #982179: hue angle of 315.63º 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 #982179 is Cyan = 0, Magento = 0.78, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 33 121 -
CMYK 0 0.78 0.20 0.40
HSL 315.63º 0.64% 0.36% -
HSV(B) 315.63º 0.78% 0.6% -
XYZ 16.94 9.14 18.96 -
YUV 78.61 151.92 180.34 -
System Red Green Blue C M Y K H S L
Decimal 152 33 121 0 0.78 0.20 0.40 315.63 0.64 0.36
Hex 98 21 79 0 4E 14 28 13C 40 24
Octal 230 41 171 0 116 24 50 474 100 44
Binary 10011000 100001 1111001 0 1001110 10100 101000 100111100 1000000 100100

Color Harmonies of #982179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982179

Black with #982179

Text Example


Text Example

White with #982179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982179; }

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

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

background-color css

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

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

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

border-color css

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

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

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