Html Css Color HEX #993CAA Deep Lilac

📋 copy color: '#993CAA'

red 153 ◦ green 60 ◦ blue 170

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

Shades of Deep Lilac #993CAA

Tints of Deep Lilac #993CAA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.67%

 BLUE value IS 170 (66.8% from 255) = 44.39%

R = 39.95%
G = 15.67%
B = 44.39%

CMYK

 C value IS 0.1

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#993CAA (or 0x993CAA) is known color: Deep Lilac. HEX triplet: 99, 3C and AA. RGB value is (153,60,170). Sum of RGB (Red+Green+Blue) = 153+60+170=383 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.95% from 383); Green value is 60 (23.83% from 255 or 15.67% from 383); Blue value is 170 (66.80% from 255 or 44.39% from 383); Max value from RGB is 170 - color contains mainly: blue. Hex color #993CAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993CAA is #66C355. Grayscale: #646464. Windows color (decimal): -6734678 or 11156633. OLE color: 11156633.

HSL color Cylindrical-coordinate representation of color #993CAA: hue angle of 290.73º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #993CAA is Cyan = 0.1, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 153 60 170 -
CMYK 0.1 0.65 0 0.33
HSL 290.73º 0.48% 0.45% -
HSV(B) 290.73º 0.65% 0.67% -
XYZ 22.01 12.91 39.36 -
YUV 100.35 167.31 165.56 -
System Red Green Blue C M Y K H S L
Decimal 153 60 170 0.1 0.65 0 0.33 290.73 0.48 0.45
Hex 99 3C AA A 41 0 21 123 30 2D
Octal 231 74 252 12 101 0 41 443 60 55
Binary 10011001 111100 10101010 1010 1000001 0 100001 100100011 110000 101101

Color Harmonies of #993CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993CAA

Black with #993CAA

Text Example


Text Example

White with #993CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,60,170); }

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

background-color css

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

 a { background-color: rgb(153,60,170); }

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

border-color css

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

 span { border-color: rgb(153,60,170); }

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