Html Css Color HEX #982C77 Dark Purple

📋 copy color: '#982C77'

red 152 ◦ green 44 ◦ blue 119

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

Shades of Dark Purple #982C77

Tints of Dark Purple #982C77

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.97%

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

R = 48.25%
G = 13.97%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#982C77 (or 0x982C77) is known color: Dark Purple. HEX triplet: 98, 2C and 77. RGB value is (152,44,119). Sum of RGB (Red+Green+Blue) = 152+44+119=315 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.25% from 315); Green value is 44 (17.58% from 255 or 13.97% from 315); Blue value is 119 (46.88% from 255 or 37.78% from 315); Max value from RGB is 152 - color contains mainly: red. Hex color #982C77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982C77 is #67D388. Grayscale: #545454. Windows color (decimal): -6804361 or 7810200. OLE color: 7810200.

HSL color Cylindrical-coordinate representation of color #982C77: hue angle of 318.33º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #982C77 is Cyan = 0, Magento = 0.71, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 44 119 -
CMYK 0 0.71 0.22 0.40
HSL 318.33º 0.55% 0.38% -
HSV(B) 318.33º 0.71% 0.6% -
XYZ 17.18 9.81 18.44 -
YUV 84.84 147.28 175.9 -
System Red Green Blue C M Y K H S L
Decimal 152 44 119 0 0.71 0.22 0.40 318.33 0.55 0.38
Hex 98 2C 77 0 47 16 28 13E 37 26
Octal 230 54 167 0 107 26 50 476 67 46
Binary 10011000 101100 1110111 0 1000111 10110 101000 100111110 110111 100110

Color Harmonies of #982C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982C77

Black with #982C77

Text Example


Text Example

White with #982C77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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