Html Css Color HEX #984086 Dark Purple

📋 copy color: '#984086'

red 152 ◦ green 64 ◦ blue 134

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

Shades of Dark Purple #984086

Tints of Dark Purple #984086

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.29%

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

R = 43.43%
G = 18.29%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.12

 K value IS 0.40

RGB Variations

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

Color information

#984086 (or 0x984086) is known color: Dark Purple. HEX triplet: 98, 40 and 86. RGB value is (152,64,134). Sum of RGB (Red+Green+Blue) = 152+64+134=350 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.43% from 350); Green value is 64 (25.39% from 255 or 18.29% from 350); Blue value is 134 (52.73% from 255 or 38.29% from 350); Max value from RGB is 152 - color contains mainly: red. Hex color #984086 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984086 is #67BF79. Grayscale: #626262. Windows color (decimal): -6799226 or 8798360. OLE color: 8798360.

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

Color convert

RGB 152 64 134 -
CMYK 0 0.58 0.12 0.40
HSL 312.27º 0.41% 0.42% -
HSV(B) 312.27º 0.58% 0.6% -
XYZ 19.09 12.06 23.88 -
YUV 98.29 148.15 166.31 -
System Red Green Blue C M Y K H S L
Decimal 152 64 134 0 0.58 0.12 0.40 312.27 0.41 0.42
Hex 98 40 86 0 3A C 28 138 29 2A
Octal 230 100 206 0 72 14 50 470 51 52
Binary 10011000 1000000 10000110 0 111010 1100 101000 100111000 101001 101010

Color Harmonies of #984086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984086

Black with #984086

Text Example


Text Example

White with #984086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984086; }

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

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

background-color css

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

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

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

border-color css

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

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

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