Html Css Color HEX #981D77 Dark Purple

📋 copy color: '#981D77'

red 152 ◦ green 29 ◦ blue 119

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

Shades of Dark Purple #981D77

Tints of Dark Purple #981D77

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.67%

 BLUE value IS 119 (46.88% from 255) = 39.67%

R = 50.67%
G = 9.67%
B = 39.67%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#981D77 (or 0x981D77) is known color: Dark Purple. HEX triplet: 98, 1D and 77. RGB value is (152,29,119). Sum of RGB (Red+Green+Blue) = 152+29+119=300 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.67% from 300); Green value is 29 (11.72% from 255 or 9.67% from 300); Blue value is 119 (46.88% from 255 or 39.67% from 300); Max value from RGB is 152 - color contains mainly: red. Hex color #981D77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #981D77 is #67E288. Grayscale: #4B4B4B. Windows color (decimal): -6808201 or 7806360. OLE color: 7806360.

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

Color convert

RGB 152 29 119 -
CMYK 0 0.81 0.22 0.40
HSL 316.1º 0.68% 0.35% -
HSV(B) 316.1º 0.81% 0.6% -
XYZ 16.72 8.89 18.29 -
YUV 76.04 152.25 182.18 -
System Red Green Blue C M Y K H S L
Decimal 152 29 119 0 0.81 0.22 0.40 316.1 0.68 0.35
Hex 98 1D 77 0 51 16 28 13C 44 23
Octal 230 35 167 0 121 26 50 474 104 43
Binary 10011000 11101 1110111 0 1010001 10110 101000 100111100 1000100 100011

Color Harmonies of #981D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981D77

Black with #981D77

Text Example


Text Example

White with #981D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,29,119); }

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

background-color css

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

 a { background-color: rgb(152,29,119); }

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

border-color css

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

 span { border-color: rgb(152,29,119); }

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