Html Css Color HEX #981786 Dark Purple

📋 copy color: '#981786'

red 152 ◦ green 23 ◦ blue 134

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

Shades of Dark Purple #981786

Tints of Dark Purple #981786

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.44%

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

R = 49.19%
G = 7.44%
B = 43.37%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.12

 K value IS 0.40

RGB Variations

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

Color information

#981786 (or 0x981786) is known color: Dark Purple. HEX triplet: 98, 17 and 86. RGB value is (152,23,134). Sum of RGB (Red+Green+Blue) = 152+23+134=309 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.19% from 309); Green value is 23 (9.38% from 255 or 7.44% from 309); Blue value is 134 (52.73% from 255 or 43.37% from 309); Max value from RGB is 152 - color contains mainly: red. Hex color #981786 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #981786 is #67E879. Grayscale: #494949. Windows color (decimal): -6809722 or 8787864. OLE color: 8787864.

HSL color Cylindrical-coordinate representation of color #981786: hue angle of 308.37º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #981786 is Cyan = 0, Magento = 0.85, Yellow = 0.12 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 23 134 -
CMYK 0 0.85 0.12 0.40
HSL 308.37º 0.74% 0.34% -
HSV(B) 308.37º 0.85% 0.6% -
XYZ 17.56 9.01 23.37 -
YUV 74.23 161.74 183.47 -
System Red Green Blue C M Y K H S L
Decimal 152 23 134 0 0.85 0.12 0.40 308.37 0.74 0.34
Hex 98 17 86 0 55 C 28 134 4A 22
Octal 230 27 206 0 125 14 50 464 112 42
Binary 10011000 10111 10000110 0 1010101 1100 101000 100110100 1001010 100010

Color Harmonies of #981786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981786

Black with #981786

Text Example


Text Example

White with #981786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981786; }

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

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

background-color css

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

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

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

border-color css

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

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

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