Html Css Color HEX #993CAF Deep Lilac

📋 copy color: '#993CAF'

red 153 ◦ green 60 ◦ blue 175

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

Shades of Deep Lilac #993CAF

Tints of Deep Lilac #993CAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 45.1%

R = 39.43%
G = 15.46%
B = 45.1%

CMYK

 C value IS 0.13

 M value IS 0.66

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#993CAF (or 0x993CAF) is known color: Deep Lilac. HEX triplet: 99, 3C and AF. RGB value is (153,60,175). Sum of RGB (Red+Green+Blue) = 153+60+175=388 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.43% from 388); Green value is 60 (23.83% from 255 or 15.46% from 388); Blue value is 175 (68.75% from 255 or 45.10% from 388); Max value from RGB is 175 - color contains mainly: blue. Hex color #993CAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993CAF is #66C350. Grayscale: #646464. Windows color (decimal): -6734673 or 11484313. OLE color: 11484313.

HSL color Cylindrical-coordinate representation of color #993CAF: hue angle of 288.52º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #993CAF is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 153 60 175 -
CMYK 0.13 0.66 0 0.31
HSL 288.52º 0.49% 0.46% -
HSV(B) 288.52º 0.66% 0.69% -
XYZ 22.49 13.1 41.9 -
YUV 100.92 169.81 165.15 -
System Red Green Blue C M Y K H S L
Decimal 153 60 175 0.13 0.66 0 0.31 288.52 0.49 0.46
Hex 99 3C AF D 42 0 1F 121 31 2E
Octal 231 74 257 15 102 0 37 441 61 56
Binary 10011001 111100 10101111 1101 1000010 0 11111 100100001 110001 101110

Color Harmonies of #993CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993CAF

Black with #993CAF

Text Example


Text Example

White with #993CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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