Html Css Color HEX #981C86 Dark Purple

📋 copy color: '#981C86'

red 152 ◦ green 28 ◦ blue 134

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

Shades of Dark Purple #981C86

Tints of Dark Purple #981C86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 42.68%

R = 48.41%
G = 8.92%
B = 42.68%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.12

 K value IS 0.40

RGB Variations

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

Color information

#981C86 (or 0x981C86) is known color: Dark Purple. HEX triplet: 98, 1C and 86. RGB value is (152,28,134). Sum of RGB (Red+Green+Blue) = 152+28+134=314 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.41% from 314); Green value is 28 (11.33% from 255 or 8.92% from 314); Blue value is 134 (52.73% from 255 or 42.68% from 314); Max value from RGB is 152 - color contains mainly: red. Hex color #981C86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #981C86 is #67E379. Grayscale: #4C4C4C. Windows color (decimal): -6808442 or 8789144. OLE color: 8789144.

HSL color Cylindrical-coordinate representation of color #981C86: hue angle of 308.71º 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 #981C86 is Cyan = 0, Magento = 0.82, Yellow = 0.12 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 28 134 -
CMYK 0 0.82 0.12 0.40
HSL 308.71º 0.69% 0.35% -
HSV(B) 308.71º 0.82% 0.6% -
XYZ 17.67 9.23 23.4 -
YUV 77.16 160.08 181.38 -
System Red Green Blue C M Y K H S L
Decimal 152 28 134 0 0.82 0.12 0.40 308.71 0.69 0.35
Hex 98 1C 86 0 52 C 28 135 45 23
Octal 230 34 206 0 122 14 50 465 105 43
Binary 10011000 11100 10000110 0 1010010 1100 101000 100110101 1000101 100011

Color Harmonies of #981C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981C86

Black with #981C86

Text Example


Text Example

White with #981C86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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