Html Css Color HEX #993BAF Deep Lilac

📋 copy color: '#993BAF'

red 153 ◦ green 59 ◦ blue 175

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

Shades of Deep Lilac #993BAF

Tints of Deep Lilac #993BAF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.25%

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

R = 39.53%
G = 15.25%
B = 45.22%

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

#993BAF (or 0x993BAF) is known color: Deep Lilac. HEX triplet: 99, 3B and AF. RGB value is (153,59,175). Sum of RGB (Red+Green+Blue) = 153+59+175=387 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.53% from 387); Green value is 59 (23.44% from 255 or 15.25% from 387); Blue value is 175 (68.75% from 255 or 45.22% from 387); Max value from RGB is 175 - color contains mainly: blue. Hex color #993BAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993BAF is #66C450. Grayscale: #636363. Windows color (decimal): -6734929 or 11484057. OLE color: 11484057.

HSL color Cylindrical-coordinate representation of color #993BAF: hue angle of 288.62º degrees, saturation: 0.5, 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 #993BAF is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 153 59 175 -
CMYK 0.13 0.66 0 0.31
HSL 288.62º 0.5% 0.46% -
HSV(B) 288.62º 0.66% 0.69% -
XYZ 22.44 13 41.88 -
YUV 100.33 170.14 165.57 -
System Red Green Blue C M Y K H S L
Decimal 153 59 175 0.13 0.66 0 0.31 288.62 0.5 0.46
Hex 99 3B AF D 42 0 1F 121 32 2E
Octal 231 73 257 15 102 0 37 441 62 56
Binary 10011001 111011 10101111 1101 1000010 0 11111 100100001 110010 101110

Color Harmonies of #993BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993BAF

Black with #993BAF

Text Example


Text Example

White with #993BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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