Html Css Color HEX #993DB5 Deep Lilac

📋 copy color: '#993DB5'

red 153 ◦ green 61 ◦ blue 181

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

Shades of Deep Lilac #993DB5

Tints of Deep Lilac #993DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 45.82%

R = 38.73%
G = 15.44%
B = 45.82%

CMYK

 C value IS 0.15

 M value IS 0.66

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#993DB5 (or 0x993DB5) is known color: Deep Lilac. HEX triplet: 99, 3D and B5. RGB value is (153,61,181). Sum of RGB (Red+Green+Blue) = 153+61+181=395 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.73% from 395); Green value is 61 (24.22% from 255 or 15.44% from 395); Blue value is 181 (71.09% from 255 or 45.82% from 395); Max value from RGB is 181 - color contains mainly: blue. Hex color #993DB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993DB5 is #66C24A. Grayscale: #656565. Windows color (decimal): -6734411 or 11877785. OLE color: 11877785.

HSL color Cylindrical-coordinate representation of color #993DB5: hue angle of 286º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #993DB5 is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 153 61 181 -
CMYK 0.15 0.66 0 0.29
HSL 286º 0.5% 0.47% -
HSV(B) 286º 0.66% 0.71% -
XYZ 23.15 13.45 45.09 -
YUV 102.19 172.48 164.24 -
System Red Green Blue C M Y K H S L
Decimal 153 61 181 0.15 0.66 0 0.29 286 0.5 0.47
Hex 99 3D B5 F 42 0 1D 11E 32 2F
Octal 231 75 265 17 102 0 35 436 62 57
Binary 10011001 111101 10110101 1111 1000010 0 11101 100011110 110010 101111

Color Harmonies of #993DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993DB5

Black with #993DB5

Text Example


Text Example

White with #993DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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