Html Css Color HEX #993780 Dark Purple

📋 copy color: '#993780'

red 153 ◦ green 55 ◦ blue 128

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

Shades of Dark Purple #993780

Tints of Dark Purple #993780

RGB

 RED value IS 153 (60.16% from 255) = 45.54%

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

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

R = 45.54%
G = 16.37%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#993780 (or 0x993780) is known color: Dark Purple. HEX triplet: 99, 37 and 80. RGB value is (153,55,128). Sum of RGB (Red+Green+Blue) = 153+55+128=336 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.54% from 336); Green value is 55 (21.88% from 255 or 16.37% from 336); Blue value is 128 (50.39% from 255 or 38.10% from 336); Max value from RGB is 153 - color contains mainly: red. Hex color #993780 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993780 is #66C87F. Grayscale: #5C5C5C. Windows color (decimal): -6736000 or 8402841. OLE color: 8402841.

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

Color convert

RGB 153 55 128 -
CMYK 0 0.64 0.16 0.4
HSL 315.31º 0.47% 0.41% -
HSV(B) 315.31º 0.64% 0.6% -
XYZ 18.4 11.06 21.59 -
YUV 92.62 147.97 171.06 -
System Red Green Blue C M Y K H S L
Decimal 153 55 128 0 0.64 0.16 0.4 315.31 0.47 0.41
Hex 99 37 80 0 40 10 28 13B 2F 29
Octal 231 67 200 0 100 20 50 473 57 51
Binary 10011001 110111 10000000 0 1000000 10000 101000 100111011 101111 101001

Color Harmonies of #993780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993780

Black with #993780

Text Example


Text Example

White with #993780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993780; }

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

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

background-color css

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

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

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

border-color css

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

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

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