Html Css Color HEX #983986 Dark Purple

📋 copy color: '#983986'

red 152 ◦ green 57 ◦ blue 134

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

Shades of Dark Purple #983986

Tints of Dark Purple #983986

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.62%

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

R = 44.31%
G = 16.62%
B = 39.07%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.12

 K value IS 0.40

RGB Variations

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

Color information

#983986 (or 0x983986) is known color: Dark Purple. HEX triplet: 98, 39 and 86. RGB value is (152,57,134). Sum of RGB (Red+Green+Blue) = 152+57+134=343 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.31% from 343); Green value is 57 (22.66% from 255 or 16.62% from 343); Blue value is 134 (52.73% from 255 or 39.07% from 343); Max value from RGB is 152 - color contains mainly: red. Hex color #983986 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983986 is #67C679. Grayscale: #5D5D5D. Windows color (decimal): -6801018 or 8796568. OLE color: 8796568.

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

Color convert

RGB 152 57 134 -
CMYK 0 0.62 0.12 0.40
HSL 311.37º 0.45% 0.41% -
HSV(B) 311.37º 0.63% 0.6% -
XYZ 18.72 11.32 23.75 -
YUV 94.18 150.47 169.24 -
System Red Green Blue C M Y K H S L
Decimal 152 57 134 0 0.62 0.12 0.40 311.37 0.45 0.41
Hex 98 39 86 0 3E C 28 137 2D 29
Octal 230 71 206 0 76 14 50 467 55 51
Binary 10011000 111001 10000110 0 111110 1100 101000 100110111 101101 101001

Color Harmonies of #983986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983986

Black with #983986

Text Example


Text Example

White with #983986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983986; }

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

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

background-color css

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

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

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

border-color css

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

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

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