Html Css Color HEX #981C79 Dark Purple

📋 copy color: '#981C79'

red 152 ◦ green 28 ◦ blue 121

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

Shades of Dark Purple #981C79

Tints of Dark Purple #981C79

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.3%

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

R = 50.5%
G = 9.3%
B = 40.2%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#981C79 (or 0x981C79) is known color: Dark Purple. HEX triplet: 98, 1C and 79. RGB value is (152,28,121). Sum of RGB (Red+Green+Blue) = 152+28+121=301 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.50% from 301); Green value is 28 (11.33% from 255 or 9.30% from 301); Blue value is 121 (47.66% from 255 or 40.20% from 301); Max value from RGB is 152 - color contains mainly: red. Hex color #981C79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #981C79 is #67E386. Grayscale: #4B4B4B. Windows color (decimal): -6808455 or 7937176. OLE color: 7937176.

HSL color Cylindrical-coordinate representation of color #981C79: hue angle of 315º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #981C79 is Cyan = 0, Magento = 0.82, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 28 121 -
CMYK 0 0.82 0.20 0.40
HSL 315º 0.69% 0.35% -
HSV(B) 315º 0.82% 0.6% -
XYZ 16.82 8.89 18.92 -
YUV 75.68 153.58 182.44 -
System Red Green Blue C M Y K H S L
Decimal 152 28 121 0 0.82 0.20 0.40 315 0.69 0.35
Hex 98 1C 79 0 52 14 28 13B 45 23
Octal 230 34 171 0 122 24 50 473 105 43
Binary 10011000 11100 1111001 0 1010010 10100 101000 100111011 1000101 100011

Color Harmonies of #981C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981C79

Black with #981C79

Text Example


Text Example

White with #981C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981C79; }

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

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

background-color css

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

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

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

border-color css

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

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

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