Html Css Color HEX #983780 Dark Purple

📋 copy color: '#983780'

red 152 ◦ green 55 ◦ blue 128

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

Shades of Dark Purple #983780

Tints of Dark Purple #983780

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 38.21%

R = 45.37%
G = 16.42%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#983780 (or 0x983780) is known color: Dark Purple. HEX triplet: 98, 37 and 80. RGB value is (152,55,128). Sum of RGB (Red+Green+Blue) = 152+55+128=335 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.37% from 335); Green value is 55 (21.88% from 255 or 16.42% from 335); Blue value is 128 (50.39% from 255 or 38.21% from 335); Max value from RGB is 152 - color contains mainly: red. Hex color #983780 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983780 is #67C87F. Grayscale: #5C5C5C. Windows color (decimal): -6801536 or 8402840. OLE color: 8402840.

HSL color Cylindrical-coordinate representation of color #983780: hue angle of 314.85º 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 #983780 is Cyan = 0, Magento = 0.64, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 55 128 -
CMYK 0 0.64 0.16 0.40
HSL 314.85º 0.47% 0.41% -
HSV(B) 314.85º 0.64% 0.6% -
XYZ 18.21 10.97 21.58 -
YUV 92.33 148.14 170.56 -
System Red Green Blue C M Y K H S L
Decimal 152 55 128 0 0.64 0.16 0.40 314.85 0.47 0.41
Hex 98 37 80 0 40 10 28 13B 2F 29
Octal 230 67 200 0 100 20 50 473 57 51
Binary 10011000 110111 10000000 0 1000000 10000 101000 100111011 101111 101001

Color Harmonies of #983780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983780

Black with #983780

Text Example


Text Example

White with #983780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983780; }

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

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

background-color css

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

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

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

border-color css

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

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

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