#936DAD

Color #936DAD Ce Soir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ce Soir #936DAD

Tints of Ce Soir #936DAD

Color information

#936DAD (or 0x936DAD) is unknown color: approx Ce Soir. HEX triplet: 93, 6D and AD. RGB value is (147,109,173). Sum of RGB (Red+Green+Blue) = 147+109+173=429 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.27% from 429); Green value is 109 (42.97% from 255 or 25.41% from 429); Blue value is 173 (67.97% from 255 or 40.33% from 429); Max value from RGB is 173 - color contains mainly: blue. Hex color #936DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936DAD is #6C9252. Grayscale: #7F7F7F. Windows color (decimal): -7115347 or 11365779. OLE color: 11365779.

HSL color Cylindrical-coordinate representation of color #936DAD: hue angle of 275.62º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #936DAD is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB147109173-
CMYK0.150.3700.32
HSL275.62º28.07%55.29%-
HSV(B)275.62º36.99%67.84%-
XYZ25.0420.1642.11-
YUV127.66153.59141.8-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.27%
GREEN value IS 109 (42.97% from 255) = 25.41%
BLUE value IS 173 (67.97% from 255) = 40.33%
R=34.27%
G=25.41%
B=40.33%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1471091730.150.3700.32275.6228.0755.29
Hex936DADF250201141c37
Octal22315525517450404243467
Binary100100111101101101011011111100101010000010001010011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936DAD; }

 p { color: rgb(147,109,173); }

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

<style>
 a { background-color: #936DAD; }

 a { background-color: rgb(147,109,173); }

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

<style>
 span { border-color: #936DAD; }

 span { border-color: rgb(147,109,173); }

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