Html Css Color HEX #982086 Dark Purple

📋 copy color: '#982086'

red 152 ◦ green 32 ◦ blue 134

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

Shades of Dark Purple #982086

Tints of Dark Purple #982086

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.06%

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

R = 47.8%
G = 10.06%
B = 42.14%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.12

 K value IS 0.40

RGB Variations

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

Color information

#982086 (or 0x982086) is known color: Dark Purple. HEX triplet: 98, 20 and 86. RGB value is (152,32,134). Sum of RGB (Red+Green+Blue) = 152+32+134=318 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.80% from 318); Green value is 32 (12.89% from 255 or 10.06% from 318); Blue value is 134 (52.73% from 255 or 42.14% from 318); Max value from RGB is 152 - color contains mainly: red. Hex color #982086 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982086 is #67DF79. Grayscale: #4F4F4F. Windows color (decimal): -6807418 or 8790168. OLE color: 8790168.

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

Color convert

RGB 152 32 134 -
CMYK 0 0.79 0.12 0.40
HSL 309º 0.65% 0.36% -
HSV(B) 309º 0.79% 0.6% -
XYZ 17.77 9.43 23.44 -
YUV 79.51 158.76 179.71 -
System Red Green Blue C M Y K H S L
Decimal 152 32 134 0 0.79 0.12 0.40 309 0.65 0.36
Hex 98 20 86 0 4F C 28 135 41 24
Octal 230 40 206 0 117 14 50 465 101 44
Binary 10011000 100000 10000110 0 1001111 1100 101000 100110101 1000001 100100

Color Harmonies of #982086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982086

Black with #982086

Text Example


Text Example

White with #982086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982086; }

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

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

background-color css

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

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

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

border-color css

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

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

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