Html Css Color HEX #982E77 Dark Purple

📋 copy color: '#982E77'

red 152 ◦ green 46 ◦ blue 119

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

Shades of Dark Purple #982E77

Tints of Dark Purple #982E77

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.51%

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

R = 47.95%
G = 14.51%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#982E77 (or 0x982E77) is known color: Dark Purple. HEX triplet: 98, 2E and 77. RGB value is (152,46,119). Sum of RGB (Red+Green+Blue) = 152+46+119=317 (41% of max value = 765). Red value is 152 (59.77% from 255 or 47.95% from 317); Green value is 46 (18.36% from 255 or 14.51% from 317); Blue value is 119 (46.88% from 255 or 37.54% from 317); Max value from RGB is 152 - color contains mainly: red. Hex color #982E77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982E77 is #67D188. Grayscale: #555555. Windows color (decimal): -6803849 or 7810712. OLE color: 7810712.

HSL color Cylindrical-coordinate representation of color #982E77: hue angle of 318.68º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #982E77 is Cyan = 0, Magento = 0.70, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 46 119 -
CMYK 0 0.70 0.22 0.40
HSL 318.68º 0.54% 0.39% -
HSV(B) 318.68º 0.7% 0.6% -
XYZ 17.26 9.96 18.47 -
YUV 86.02 146.62 175.06 -
System Red Green Blue C M Y K H S L
Decimal 152 46 119 0 0.70 0.22 0.40 318.68 0.54 0.39
Hex 98 2E 77 0 46 16 28 13F 36 27
Octal 230 56 167 0 106 26 50 477 66 47
Binary 10011000 101110 1110111 0 1000110 10110 101000 100111111 110110 100111

Color Harmonies of #982E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982E77

Black with #982E77

Text Example


Text Example

White with #982E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982E77; }

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

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

background-color css

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

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

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

border-color css

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

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

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