Html Css Color HEX #935DAB Deep Lilac

📋 copy color: '#935DAB'

red 147 ◦ green 93 ◦ blue 171

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

Shades of Deep Lilac #935DAB

Tints of Deep Lilac #935DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.61%

R = 35.77%
G = 22.63%
B = 41.61%

CMYK

 C value IS 0.14

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#935DAB (or 0x935DAB) is known color: Deep Lilac. HEX triplet: 93, 5D and AB. RGB value is (147,93,171). Sum of RGB (Red+Green+Blue) = 147+93+171=411 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.77% from 411); Green value is 93 (36.72% from 255 or 22.63% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 171 - color contains mainly: blue. Hex color #935DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #935DAB is #6CA254. Grayscale: #757575. Windows color (decimal): -7119445 or 11230611. OLE color: 11230611.

HSL color Cylindrical-coordinate representation of color #935DAB: hue angle of 281.54º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #935DAB is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 147 93 171 -
CMYK 0.14 0.46 0 0.33
HSL 281.54º 0.32% 0.52% -
HSV(B) 281.54º 0.46% 0.67% -
XYZ 23.3 16.97 40.58 -
YUV 118.04 157.89 148.66 -
System Red Green Blue C M Y K H S L
Decimal 147 93 171 0.14 0.46 0 0.33 281.54 0.32 0.52
Hex 93 5D AB E 2E 0 21 11A 20 34
Octal 223 135 253 16 56 0 41 432 40 64
Binary 10010011 1011101 10101011 1110 101110 0 100001 100011010 100000 110100

Color Harmonies of #935DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935DAB

Black with #935DAB

Text Example


Text Example

White with #935DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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