Html Css Color HEX #993DAF Deep Lilac

📋 copy color: '#993DAF'

red 153 ◦ green 61 ◦ blue 175

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

Shades of Deep Lilac #993DAF

Tints of Deep Lilac #993DAF

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.68%

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

R = 39.33%
G = 15.68%
B = 44.99%

CMYK

 C value IS 0.13

 M value IS 0.65

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#993DAF (or 0x993DAF) is known color: Deep Lilac. HEX triplet: 99, 3D and AF. RGB value is (153,61,175). Sum of RGB (Red+Green+Blue) = 153+61+175=389 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.33% from 389); Green value is 61 (24.22% from 255 or 15.68% from 389); Blue value is 175 (68.75% from 255 or 44.99% from 389); Max value from RGB is 175 - color contains mainly: blue. Hex color #993DAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993DAF is #66C250. Grayscale: #656565. Windows color (decimal): -6734417 or 11484569. OLE color: 11484569.

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

Color convert

RGB 153 61 175 -
CMYK 0.13 0.65 0 0.31
HSL 288.42º 0.48% 0.46% -
HSV(B) 288.42º 0.65% 0.69% -
XYZ 22.54 13.2 41.92 -
YUV 101.5 169.48 164.73 -
System Red Green Blue C M Y K H S L
Decimal 153 61 175 0.13 0.65 0 0.31 288.42 0.48 0.46
Hex 99 3D AF D 41 0 1F 120 30 2E
Octal 231 75 257 15 101 0 37 440 60 56
Binary 10011001 111101 10101111 1101 1000001 0 11111 100100000 110000 101110

Color Harmonies of #993DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993DAF

Black with #993DAF

Text Example


Text Example

White with #993DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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