Html Css Color HEX #935CAB Deep Lilac

📋 copy color: '#935CAB'

red 147 ◦ green 92 ◦ blue 171

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

Shades of Deep Lilac #935CAB

Tints of Deep Lilac #935CAB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.44%

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

R = 35.85%
G = 22.44%
B = 41.71%

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

#935CAB (or 0x935CAB) is known color: Deep Lilac. HEX triplet: 93, 5C and AB. RGB value is (147,92,171). Sum of RGB (Red+Green+Blue) = 147+92+171=410 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.85% from 410); Green value is 92 (36.33% from 255 or 22.44% from 410); Blue value is 171 (67.19% from 255 or 41.71% from 410); Max value from RGB is 171 - color contains mainly: blue. Hex color #935CAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #935CAB is #6CA354. Grayscale: #757575. Windows color (decimal): -7119701 or 11230355. OLE color: 11230355.

HSL color Cylindrical-coordinate representation of color #935CAB: hue angle of 281.77º 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 #935CAB is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 147 92 171 -
CMYK 0.14 0.46 0 0.33
HSL 281.77º 0.32% 0.52% -
HSV(B) 281.77º 0.46% 0.67% -
XYZ 23.21 16.8 40.55 -
YUV 117.45 158.22 149.08 -
System Red Green Blue C M Y K H S L
Decimal 147 92 171 0.14 0.46 0 0.33 281.77 0.32 0.52
Hex 93 5C AB E 2E 0 21 11A 20 34
Octal 223 134 253 16 56 0 41 432 40 64
Binary 10010011 1011100 10101011 1110 101110 0 100001 100011010 100000 110100

Color Harmonies of #935CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935CAB

Black with #935CAB

Text Example


Text Example

White with #935CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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