Html Css Color HEX #935DB3 Deep Lilac

📋 copy color: '#935DB3'

red 147 ◦ green 93 ◦ blue 179

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

Shades of Deep Lilac #935DB3

Tints of Deep Lilac #935DB3

RGB

 RED value IS 147 (57.81% from 255) = 35.08%

 GREEN value IS 93 (36.72% from 255) = 22.2%

 BLUE value IS 179 (70.31% from 255) = 42.72%

R = 35.08%
G = 22.2%
B = 42.72%

CMYK

 C value IS 0.18

 M value IS 0.48

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#935DB3 (or 0x935DB3) is known color: Deep Lilac. HEX triplet: 93, 5D and B3. RGB value is (147,93,179). Sum of RGB (Red+Green+Blue) = 147+93+179=419 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.08% from 419); Green value is 93 (36.72% from 255 or 22.20% from 419); Blue value is 179 (70.31% from 255 or 42.72% from 419); Max value from RGB is 179 - color contains mainly: blue. Hex color #935DB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935DB3 is #6CA24C. Grayscale: #767676. Windows color (decimal): -7119437 or 11754899. OLE color: 11754899.

HSL color Cylindrical-coordinate representation of color #935DB3: hue angle of 277.67º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #935DB3 is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 147 93 179 -
CMYK 0.18 0.48 0 0.30
HSL 277.67º 0.36% 0.53% -
HSV(B) 277.67º 0.48% 0.7% -
XYZ 24.08 17.29 44.72 -
YUV 118.95 161.89 148.01 -
System Red Green Blue C M Y K H S L
Decimal 147 93 179 0.18 0.48 0 0.30 277.67 0.36 0.53
Hex 93 5D B3 12 30 0 1E 116 24 35
Octal 223 135 263 22 60 0 36 426 44 65
Binary 10010011 1011101 10110011 10010 110000 0 11110 100010110 100100 110101

Color Harmonies of #935DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935DB3

Black with #935DB3

Text Example


Text Example

White with #935DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #935DB3; }

 p { color: rgb(147,93,179); }

 H1.HeaderClassName
 {
   color: #935DB3;
 }
 .AnyTagClassName
 {
   color: #935DB3;
 }
</style>

background-color css

<style>
 a { background-color: #935DB3; }

 a { background-color: rgb(147,93,179); }

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

border-color css

<style>
 span { border-color: #935DB3; }

 span { border-color: rgb(147,93,179); }

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