Html Css Color HEX #993A80 Dark Purple

📋 copy color: '#993A80'

red 153 ◦ green 58 ◦ blue 128

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

Shades of Dark Purple #993A80

Tints of Dark Purple #993A80

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.11%

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

R = 45.13%
G = 17.11%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#993A80 (or 0x993A80) is known color: Dark Purple. HEX triplet: 99, 3A and 80. RGB value is (153,58,128). Sum of RGB (Red+Green+Blue) = 153+58+128=339 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.13% from 339); Green value is 58 (23.05% from 255 or 17.11% from 339); Blue value is 128 (50.39% from 255 or 37.76% from 339); Max value from RGB is 153 - color contains mainly: red. Hex color #993A80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993A80 is #66C57F. Grayscale: #5E5E5E. Windows color (decimal): -6735232 or 8403609. OLE color: 8403609.

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

Color convert

RGB 153 58 128 -
CMYK 0 0.62 0.16 0.4
HSL 315.79º 0.45% 0.41% -
HSV(B) 315.79º 0.62% 0.6% -
XYZ 18.55 11.36 21.64 -
YUV 94.39 146.97 169.81 -
System Red Green Blue C M Y K H S L
Decimal 153 58 128 0 0.62 0.16 0.4 315.79 0.45 0.41
Hex 99 3A 80 0 3E 10 28 13C 2D 29
Octal 231 72 200 0 76 20 50 474 55 51
Binary 10011001 111010 10000000 0 111110 10000 101000 100111100 101101 101001

Color Harmonies of #993A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993A80

Black with #993A80

Text Example


Text Example

White with #993A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993A80; }

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

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

background-color css

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

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

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

border-color css

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

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

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