Html Css Color HEX #935DBA Deep Lilac

📋 copy color: '#935DBA'

red 147 ◦ green 93 ◦ blue 186

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

Shades of Deep Lilac #935DBA

Tints of Deep Lilac #935DBA

RGB

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

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

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

R = 34.51%
G = 21.83%
B = 43.66%

CMYK

 C value IS 0.21

 M value IS 0.5

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#935DBA (or 0x935DBA) is known color: Deep Lilac. HEX triplet: 93, 5D and BA. RGB value is (147,93,186). Sum of RGB (Red+Green+Blue) = 147+93+186=426 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.51% from 426); Green value is 93 (36.72% from 255 or 21.83% from 426); Blue value is 186 (73.05% from 255 or 43.66% from 426); Max value from RGB is 186 - color contains mainly: blue. Hex color #935DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935DBA is #6CA245. Grayscale: #777777. Windows color (decimal): -7119430 or 12213651. OLE color: 12213651.

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

Color convert

RGB 147 93 186 -
CMYK 0.21 0.5 0 0.27
HSL 274.84º 0.4% 0.55% -
HSV(B) 274.84º 0.5% 0.73% -
XYZ 24.81 17.58 48.54 -
YUV 119.75 165.39 147.44 -
System Red Green Blue C M Y K H S L
Decimal 147 93 186 0.21 0.5 0 0.27 274.84 0.4 0.55
Hex 93 5D BA 15 32 0 1B 113 28 37
Octal 223 135 272 25 62 0 33 423 50 67
Binary 10010011 1011101 10111010 10101 110010 0 11011 100010011 101000 110111

Color Harmonies of #935DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935DBA

Black with #935DBA

Text Example


Text Example

White with #935DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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