Html Css Color HEX #935DBD Deep Lilac

📋 copy color: '#935DBD'

red 147 ◦ green 93 ◦ blue 189

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

Shades of Deep Lilac #935DBD

Tints of Deep Lilac #935DBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 44.06%

R = 34.27%
G = 21.68%
B = 44.06%

CMYK

 C value IS 0.22

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#935DBD (or 0x935DBD) is known color: Deep Lilac. HEX triplet: 93, 5D and BD. RGB value is (147,93,189). Sum of RGB (Red+Green+Blue) = 147+93+189=429 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.27% from 429); Green value is 93 (36.72% from 255 or 21.68% from 429); Blue value is 189 (74.22% from 255 or 44.06% from 429); Max value from RGB is 189 - color contains mainly: blue. Hex color #935DBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935DBD is #6CA242. Grayscale: #777777. Windows color (decimal): -7119427 or 12410259. OLE color: 12410259.

HSL color Cylindrical-coordinate representation of color #935DBD: hue angle of 273.75º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #935DBD is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 147 93 189 -
CMYK 0.22 0.51 0 0.26
HSL 273.75º 0.42% 0.55% -
HSV(B) 273.75º 0.51% 0.74% -
XYZ 25.13 17.71 50.24 -
YUV 120.09 166.89 147.19 -
System Red Green Blue C M Y K H S L
Decimal 147 93 189 0.22 0.51 0 0.26 273.75 0.42 0.55
Hex 93 5D BD 16 33 0 1A 112 2A 37
Octal 223 135 275 26 63 0 32 422 52 67
Binary 10010011 1011101 10111101 10110 110011 0 11010 100010010 101010 110111

Color Harmonies of #935DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935DBD

Black with #935DBD

Text Example


Text Example

White with #935DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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