Html Css Color HEX #993AAF Deep Lilac

📋 copy color: '#993AAF'

red 153 ◦ green 58 ◦ blue 175

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

Shades of Deep Lilac #993AAF

Tints of Deep Lilac #993AAF

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.03%

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

R = 39.64%
G = 15.03%
B = 45.34%

CMYK

 C value IS 0.13

 M value IS 0.67

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#993AAF (or 0x993AAF) is known color: Deep Lilac. HEX triplet: 99, 3A and AF. RGB value is (153,58,175). Sum of RGB (Red+Green+Blue) = 153+58+175=386 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.64% from 386); Green value is 58 (23.05% from 255 or 15.03% from 386); Blue value is 175 (68.75% from 255 or 45.34% from 386); Max value from RGB is 175 - color contains mainly: blue. Hex color #993AAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993AAF is #66C550. Grayscale: #636363. Windows color (decimal): -6735185 or 11483801. OLE color: 11483801.

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

Color convert

RGB 153 58 175 -
CMYK 0.13 0.67 0 0.31
HSL 288.72º 0.5% 0.46% -
HSV(B) 288.72º 0.67% 0.69% -
XYZ 22.39 12.89 41.87 -
YUV 99.74 170.47 165.99 -
System Red Green Blue C M Y K H S L
Decimal 153 58 175 0.13 0.67 0 0.31 288.72 0.5 0.46
Hex 99 3A AF D 43 0 1F 121 32 2E
Octal 231 72 257 15 103 0 37 441 62 56
Binary 10011001 111010 10101111 1101 1000011 0 11111 100100001 110010 101110

Color Harmonies of #993AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993AAF

Black with #993AAF

Text Example


Text Example

White with #993AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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