Html Css Color HEX #935EBA Deep Lilac

📋 copy color: '#935EBA'

red 147 ◦ green 94 ◦ blue 186

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

Shades of Deep Lilac #935EBA

Tints of Deep Lilac #935EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.56%

R = 34.43%
G = 22.01%
B = 43.56%

CMYK

 C value IS 0.21

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#935EBA (or 0x935EBA) is known color: Deep Lilac. HEX triplet: 93, 5E and BA. RGB value is (147,94,186). Sum of RGB (Red+Green+Blue) = 147+94+186=427 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.43% from 427); Green value is 94 (37.11% from 255 or 22.01% from 427); Blue value is 186 (73.05% from 255 or 43.56% from 427); Max value from RGB is 186 - color contains mainly: blue. Hex color #935EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935EBA is #6CA145. Grayscale: #787878. Windows color (decimal): -7119174 or 12213907. OLE color: 12213907.

HSL color Cylindrical-coordinate representation of color #935EBA: hue angle of 274.57º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #935EBA is Cyan = 0.21, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 147 94 186 -
CMYK 0.21 0.49 0 0.27
HSL 274.57º 0.4% 0.55% -
HSV(B) 274.57º 0.49% 0.73% -
XYZ 24.9 17.75 48.57 -
YUV 120.34 165.06 147.02 -
System Red Green Blue C M Y K H S L
Decimal 147 94 186 0.21 0.49 0 0.27 274.57 0.4 0.55
Hex 93 5E BA 15 31 0 1B 113 28 37
Octal 223 136 272 25 61 0 33 423 50 67
Binary 10010011 1011110 10111010 10101 110001 0 11011 100010011 101000 110111

Color Harmonies of #935EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935EBA

Black with #935EBA

Text Example


Text Example

White with #935EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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