Html Css Color HEX #993480 Dark Purple

📋 copy color: '#993480'

red 153 ◦ green 52 ◦ blue 128

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

Shades of Dark Purple #993480

Tints of Dark Purple #993480

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.62%

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

R = 45.95%
G = 15.62%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#993480 (or 0x993480) is known color: Dark Purple. HEX triplet: 99, 34 and 80. RGB value is (153,52,128). Sum of RGB (Red+Green+Blue) = 153+52+128=333 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.95% from 333); Green value is 52 (20.70% from 255 or 15.62% from 333); Blue value is 128 (50.39% from 255 or 38.44% from 333); Max value from RGB is 153 - color contains mainly: red. Hex color #993480 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993480 is #66CB7F. Grayscale: #5A5A5A. Windows color (decimal): -6736768 or 8402073. OLE color: 8402073.

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

Color convert

RGB 153 52 128 -
CMYK 0 0.66 0.16 0.4
HSL 314.85º 0.49% 0.4% -
HSV(B) 314.85º 0.66% 0.6% -
XYZ 18.26 10.79 21.54 -
YUV 90.86 148.96 172.32 -
System Red Green Blue C M Y K H S L
Decimal 153 52 128 0 0.66 0.16 0.4 314.85 0.49 0.4
Hex 99 34 80 0 42 10 28 13B 31 28
Octal 231 64 200 0 102 20 50 473 61 50
Binary 10011001 110100 10000000 0 1000010 10000 101000 100111011 110001 101000

Color Harmonies of #993480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993480

Black with #993480

Text Example


Text Example

White with #993480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993480; }

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

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

background-color css

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

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

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

border-color css

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

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

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