Html Css Color HEX #981F86 Dark Purple

📋 copy color: '#981F86'

red 152 ◦ green 31 ◦ blue 134

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

Shades of Dark Purple #981F86

Tints of Dark Purple #981F86

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.78%

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

R = 47.95%
G = 9.78%
B = 42.27%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.12

 K value IS 0.40

RGB Variations

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

Color information

#981F86 (or 0x981F86) is known color: Dark Purple. HEX triplet: 98, 1F and 86. RGB value is (152,31,134). Sum of RGB (Red+Green+Blue) = 152+31+134=317 (41% of max value = 765). Red value is 152 (59.77% from 255 or 47.95% from 317); Green value is 31 (12.5% from 255 or 9.78% from 317); Blue value is 134 (52.73% from 255 or 42.27% from 317); Max value from RGB is 152 - color contains mainly: red. Hex color #981F86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #981F86 is #67E079. Grayscale: #4E4E4E. Windows color (decimal): -6807674 or 8789912. OLE color: 8789912.

HSL color Cylindrical-coordinate representation of color #981F86: hue angle of 308.93º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #981F86 is Cyan = 0, Magento = 0.80, Yellow = 0.12 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 31 134 -
CMYK 0 0.80 0.12 0.40
HSL 308.93º 0.66% 0.36% -
HSV(B) 308.93º 0.8% 0.6% -
XYZ 17.74 9.38 23.43 -
YUV 78.92 159.09 180.12 -
System Red Green Blue C M Y K H S L
Decimal 152 31 134 0 0.80 0.12 0.40 308.93 0.66 0.36
Hex 98 1F 86 0 50 C 28 135 42 24
Octal 230 37 206 0 120 14 50 465 102 44
Binary 10011000 11111 10000110 0 1010000 1100 101000 100110101 1000010 100100

Color Harmonies of #981F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981F86

Black with #981F86

Text Example


Text Example

White with #981F86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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