#935CC0

Color #935CC0 Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #935CC0

Tints of Deep Lilac #935CC0

Color information

#935CC0 (or 0x935CC0) is unknown color: approx Deep Lilac. HEX triplet: 93, 5C and C0. RGB value is (147,92,192). Sum of RGB (Red+Green+Blue) = 147+92+192=431 (57% of max value = 765). Red value is 147 (57.81% from 255 or 34.11% from 431); Green value is 92 (36.33% from 255 or 21.35% from 431); Blue value is 192 (75.39% from 255 or 44.55% from 431); Max value from RGB is 192 - color contains mainly: blue. Hex color #935CC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935CC0 is #6CA33F. Grayscale: #777777. Windows color (decimal): -7119680 or 12606611. OLE color: 12606611.

HSL color Cylindrical-coordinate representation of color #935CC0: hue angle of 273º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #935CC0 is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14792192-
CMYK0.230.5200.25
HSL273º44.25%55.69%-
HSV(B)273º52.08%75.29%-
XYZ25.3717.6651.94-
YUV119.84168.72147.37-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.11%
GREEN value IS 92 (36.33% from 255) = 21.35%
BLUE value IS 192 (75.39% from 255) = 44.55%
R=34.11%
G=21.35%
B=44.55%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal147921920.230.5200.2527344.2555.69
Hex935CC017340191112c38
Octal22313430027640314215470
Binary1001001110111001100000010111110100011001100010001101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #935CC0;
 }
 .AnyTagClassName
 {
   color: #935CC0;
 }
</style>
background-color css

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

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

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

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

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

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