Html Css Color HEX #935EB2 Deep Lilac

📋 copy color: '#935EB2'

red 147 ◦ green 94 ◦ blue 178

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

Shades of Deep Lilac #935EB2

Tints of Deep Lilac #935EB2

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.43%

 BLUE value IS 178 (69.92% from 255) = 42.48%

R = 35.08%
G = 22.43%
B = 42.48%

CMYK

 C value IS 0.17

 M value IS 0.47

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#935EB2 (or 0x935EB2) is known color: Deep Lilac. HEX triplet: 93, 5E and B2. RGB value is (147,94,178). Sum of RGB (Red+Green+Blue) = 147+94+178=419 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.08% from 419); Green value is 94 (37.11% from 255 or 22.43% from 419); Blue value is 178 (69.92% from 255 or 42.48% from 419); Max value from RGB is 178 - color contains mainly: blue. Hex color #935EB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #935EB2 is #6CA14D. Grayscale: #777777. Windows color (decimal): -7119182 or 11689619. OLE color: 11689619.

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

Color convert

RGB 147 94 178 -
CMYK 0.17 0.47 0 0.30
HSL 277.86º 0.35% 0.53% -
HSV(B) 277.86º 0.47% 0.7% -
XYZ 24.07 17.42 44.21 -
YUV 119.42 161.06 147.67 -
System Red Green Blue C M Y K H S L
Decimal 147 94 178 0.17 0.47 0 0.30 277.86 0.35 0.53
Hex 93 5E B2 11 2F 0 1E 116 23 35
Octal 223 136 262 21 57 0 36 426 43 65
Binary 10010011 1011110 10110010 10001 101111 0 11110 100010110 100011 110101

Color Harmonies of #935EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935EB2

Black with #935EB2

Text Example


Text Example

White with #935EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,94,178); }

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

background-color css

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

 a { background-color: rgb(147,94,178); }

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

border-color css

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

 span { border-color: rgb(147,94,178); }

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