Html Css Color HEX #993380 Dark Purple

📋 copy color: '#993380'

red 153 ◦ green 51 ◦ blue 128

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

Shades of Dark Purple #993380

Tints of Dark Purple #993380

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.36%

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

R = 46.08%
G = 15.36%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#993380 (or 0x993380) is known color: Dark Purple. HEX triplet: 99, 33 and 80. RGB value is (153,51,128). Sum of RGB (Red+Green+Blue) = 153+51+128=332 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.08% from 332); Green value is 51 (20.31% from 255 or 15.36% from 332); Blue value is 128 (50.39% from 255 or 38.55% from 332); Max value from RGB is 153 - color contains mainly: red. Hex color #993380 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993380 is #66CC7F. Grayscale: #5A5A5A. Windows color (decimal): -6737024 or 8401817. OLE color: 8401817.

HSL color Cylindrical-coordinate representation of color #993380: hue angle of 314.71º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #993380 is Cyan = 0, Magento = 0.67, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 51 128 -
CMYK 0 0.67 0.16 0.4
HSL 314.71º 0.5% 0.4% -
HSV(B) 314.71º 0.67% 0.6% -
XYZ 18.22 10.7 21.53 -
YUV 90.28 149.29 172.74 -
System Red Green Blue C M Y K H S L
Decimal 153 51 128 0 0.67 0.16 0.4 314.71 0.5 0.4
Hex 99 33 80 0 43 10 28 13B 32 28
Octal 231 63 200 0 103 20 50 473 62 50
Binary 10011001 110011 10000000 0 1000011 10000 101000 100111011 110010 101000

Color Harmonies of #993380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993380

Black with #993380

Text Example


Text Example

White with #993380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993380; }

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

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

background-color css

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

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

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

border-color css

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

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

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