Html Css Color HEX #981579 Dark Purple

📋 copy color: '#981579'

red 152 ◦ green 21 ◦ blue 121

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

Shades of Dark Purple #981579

Tints of Dark Purple #981579

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.14%

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

R = 51.7%
G = 7.14%
B = 41.16%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#981579 (or 0x981579) is known color: Dark Purple. HEX triplet: 98, 15 and 79. RGB value is (152,21,121). Sum of RGB (Red+Green+Blue) = 152+21+121=294 (38% of max value = 765). Red value is 152 (59.77% from 255 or 51.70% from 294); Green value is 21 (8.59% from 255 or 7.14% from 294); Blue value is 121 (47.66% from 255 or 41.16% from 294); Max value from RGB is 152 - color contains mainly: red. Hex color #981579 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981579 is #67EA86. Grayscale: #474747. Windows color (decimal): -6810247 or 7935384. OLE color: 7935384.

HSL color Cylindrical-coordinate representation of color #981579: hue angle of 314.2º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #981579 is Cyan = 0, Magento = 0.86, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 21 121 -
CMYK 0 0.86 0.20 0.40
HSL 314.2º 0.76% 0.34% -
HSV(B) 314.2º 0.86% 0.6% -
XYZ 16.67 8.59 18.87 -
YUV 71.57 155.9 185.37 -
System Red Green Blue C M Y K H S L
Decimal 152 21 121 0 0.86 0.20 0.40 314.2 0.76 0.34
Hex 98 15 79 0 56 14 28 13A 4C 22
Octal 230 25 171 0 126 24 50 472 114 42
Binary 10011000 10101 1111001 0 1010110 10100 101000 100111010 1001100 100010

Color Harmonies of #981579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981579

Black with #981579

Text Example


Text Example

White with #981579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981579; }

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

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

background-color css

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

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

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

border-color css

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

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

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