Html Css Color HEX #983086 Dark Purple

📋 copy color: '#983086'

red 152 ◦ green 48 ◦ blue 134

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

Shades of Dark Purple #983086

Tints of Dark Purple #983086

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.37%

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

R = 45.51%
G = 14.37%
B = 40.12%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.12

 K value IS 0.40

RGB Variations

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

Color information

#983086 (or 0x983086) is known color: Dark Purple. HEX triplet: 98, 30 and 86. RGB value is (152,48,134). Sum of RGB (Red+Green+Blue) = 152+48+134=334 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.51% from 334); Green value is 48 (19.14% from 255 or 14.37% from 334); Blue value is 134 (52.73% from 255 or 40.12% from 334); Max value from RGB is 152 - color contains mainly: red. Hex color #983086 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983086 is #67CF79. Grayscale: #585858. Windows color (decimal): -6803322 or 8794264. OLE color: 8794264.

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

Color convert

RGB 152 48 134 -
CMYK 0 0.68 0.12 0.40
HSL 310.38º 0.52% 0.39% -
HSV(B) 310.38º 0.68% 0.6% -
XYZ 18.31 10.51 23.62 -
YUV 88.9 153.46 173.01 -
System Red Green Blue C M Y K H S L
Decimal 152 48 134 0 0.68 0.12 0.40 310.38 0.52 0.39
Hex 98 30 86 0 44 C 28 136 34 27
Octal 230 60 206 0 104 14 50 466 64 47
Binary 10011000 110000 10000110 0 1000100 1100 101000 100110110 110100 100111

Color Harmonies of #983086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983086

Black with #983086

Text Example


Text Example

White with #983086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983086; }

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

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

background-color css

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

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

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

border-color css

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

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

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