Html Css Color HEX #983786 Dark Purple

📋 copy color: '#983786'

red 152 ◦ green 55 ◦ blue 134

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

Shades of Dark Purple #983786

Tints of Dark Purple #983786

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.13%

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

R = 44.57%
G = 16.13%
B = 39.3%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.12

 K value IS 0.40

RGB Variations

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

Color information

#983786 (or 0x983786) is known color: Dark Purple. HEX triplet: 98, 37 and 86. RGB value is (152,55,134). Sum of RGB (Red+Green+Blue) = 152+55+134=341 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.57% from 341); Green value is 55 (21.88% from 255 or 16.13% from 341); Blue value is 134 (52.73% from 255 or 39.30% from 341); Max value from RGB is 152 - color contains mainly: red. Hex color #983786 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983786 is #67C879. Grayscale: #5C5C5C. Windows color (decimal): -6801530 or 8796056. OLE color: 8796056.

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

Color convert

RGB 152 55 134 -
CMYK 0 0.64 0.12 0.40
HSL 311.13º 0.47% 0.41% -
HSV(B) 311.13º 0.64% 0.6% -
XYZ 18.62 11.13 23.72 -
YUV 93.01 151.14 170.08 -
System Red Green Blue C M Y K H S L
Decimal 152 55 134 0 0.64 0.12 0.40 311.13 0.47 0.41
Hex 98 37 86 0 40 C 28 137 2F 29
Octal 230 67 206 0 100 14 50 467 57 51
Binary 10011000 110111 10000110 0 1000000 1100 101000 100110111 101111 101001

Color Harmonies of #983786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983786

Black with #983786

Text Example


Text Example

White with #983786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983786; }

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

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

background-color css

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

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

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

border-color css

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

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

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