Html Css Color HEX #983B87 Dark Purple

📋 copy color: '#983B87'

red 152 ◦ green 59 ◦ blue 135

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

Shades of Dark Purple #983B87

Tints of Dark Purple #983B87

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.05%

 BLUE value IS 135 (53.13% from 255) = 39.02%

R = 43.93%
G = 17.05%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#983B87 (or 0x983B87) is known color: Dark Purple. HEX triplet: 98, 3B and 87. RGB value is (152,59,135). Sum of RGB (Red+Green+Blue) = 152+59+135=346 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.93% from 346); Green value is 59 (23.44% from 255 or 17.05% from 346); Blue value is 135 (53.12% from 255 or 39.02% from 346); Max value from RGB is 152 - color contains mainly: red. Hex color #983B87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983B87 is #67C478. Grayscale: #5F5F5F. Windows color (decimal): -6800505 or 8862616. OLE color: 8862616.

HSL color Cylindrical-coordinate representation of color #983B87: hue angle of 310.97º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #983B87 is Cyan = 0, Magento = 0.61, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 59 135 -
CMYK 0 0.61 0.11 0.40
HSL 310.97º 0.44% 0.41% -
HSV(B) 310.97º 0.61% 0.6% -
XYZ 18.89 11.55 24.16 -
YUV 95.47 150.31 168.32 -
System Red Green Blue C M Y K H S L
Decimal 152 59 135 0 0.61 0.11 0.40 310.97 0.44 0.41
Hex 98 3B 87 0 3D B 28 137 2C 29
Octal 230 73 207 0 75 13 50 467 54 51
Binary 10011000 111011 10000111 0 111101 1011 101000 100110111 101100 101001

Color Harmonies of #983B87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983B87

Black with #983B87

Text Example


Text Example

White with #983B87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983B87; }

 p { color: rgb(152,59,135); }

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

background-color css

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

 a { background-color: rgb(152,59,135); }

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

border-color css

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

 span { border-color: rgb(152,59,135); }

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