Html Css Color HEX #993CAC Deep Lilac

📋 copy color: '#993CAC'

red 153 ◦ green 60 ◦ blue 172

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

Shades of Deep Lilac #993CAC

Tints of Deep Lilac #993CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 44.68%

R = 39.74%
G = 15.58%
B = 44.68%

CMYK

 C value IS 0.11

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#993CAC (or 0x993CAC) is known color: Deep Lilac. HEX triplet: 99, 3C and AC. RGB value is (153,60,172). Sum of RGB (Red+Green+Blue) = 153+60+172=385 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.74% from 385); Green value is 60 (23.83% from 255 or 15.58% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 172 - color contains mainly: blue. Hex color #993CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993CAC is #66C353. Grayscale: #646464. Windows color (decimal): -6734676 or 11287705. OLE color: 11287705.

HSL color Cylindrical-coordinate representation of color #993CAC: hue angle of 289.82º 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 #993CAC is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 153 60 172 -
CMYK 0.11 0.65 0 0.33
HSL 289.82º 0.48% 0.45% -
HSV(B) 289.82º 0.65% 0.67% -
XYZ 22.2 12.98 40.37 -
YUV 100.58 168.31 165.39 -
System Red Green Blue C M Y K H S L
Decimal 153 60 172 0.11 0.65 0 0.33 289.82 0.48 0.45
Hex 99 3C AC B 41 0 21 122 30 2D
Octal 231 74 254 13 101 0 41 442 60 55
Binary 10011001 111100 10101100 1011 1000001 0 100001 100100010 110000 101101

Color Harmonies of #993CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993CAC

Black with #993CAC

Text Example


Text Example

White with #993CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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