Html Css Color HEX #982986 Dark Purple

📋 copy color: '#982986'

red 152 ◦ green 41 ◦ blue 134

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

Shades of Dark Purple #982986

Tints of Dark Purple #982986

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.54%

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

R = 46.48%
G = 12.54%
B = 40.98%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.12

 K value IS 0.40

RGB Variations

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

Color information

#982986 (or 0x982986) is known color: Dark Purple. HEX triplet: 98, 29 and 86. RGB value is (152,41,134). Sum of RGB (Red+Green+Blue) = 152+41+134=327 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.48% from 327); Green value is 41 (16.41% from 255 or 12.54% from 327); Blue value is 134 (52.73% from 255 or 40.98% from 327); Max value from RGB is 152 - color contains mainly: red. Hex color #982986 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982986 is #67D679. Grayscale: #545454. Windows color (decimal): -6805114 or 8792472. OLE color: 8792472.

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

Color convert

RGB 152 41 134 -
CMYK 0 0.73 0.12 0.40
HSL 309.73º 0.58% 0.38% -
HSV(B) 309.73º 0.73% 0.6% -
XYZ 18.04 9.98 23.53 -
YUV 84.79 155.77 175.94 -
System Red Green Blue C M Y K H S L
Decimal 152 41 134 0 0.73 0.12 0.40 309.73 0.58 0.38
Hex 98 29 86 0 49 C 28 136 3A 26
Octal 230 51 206 0 111 14 50 466 72 46
Binary 10011000 101001 10000110 0 1001001 1100 101000 100110110 111010 100110

Color Harmonies of #982986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982986

Black with #982986

Text Example


Text Example

White with #982986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982986; }

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

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

background-color css

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

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

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

border-color css

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

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

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