#935FAB

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

Shades of Ce Soir #935FAB

Tints of Ce Soir #935FAB

Color information

#935FAB (or 0x935FAB) is unknown color: approx Ce Soir. HEX triplet: 93, 5F and AB. RGB value is (147,95,171). Sum of RGB (Red+Green+Blue) = 147+95+171=413 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.59% from 413); Green value is 95 (37.5% from 255 or 23.00% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 171 - color contains mainly: blue. Hex color #935FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #935FAB is #6CA054. Grayscale: #767676. Windows color (decimal): -7118933 or 11231123. OLE color: 11231123.

HSL color Cylindrical-coordinate representation of color #935FAB: hue angle of 281.05º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #935FAB is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14795171-
CMYK0.140.4400.33
HSL281.05º31.15%52.16%-
HSV(B)281.05º44.44%67.06%-
XYZ23.4817.3340.64-
YUV119.21157.23147.82-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.59%
GREEN value IS 95 (37.5% from 255) = 23.00%
BLUE value IS 171 (67.19% from 255) = 41.40%
R=35.59%
G=23.00%
B=41.40%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal147951710.140.4400.33281.0531.1552.16
Hex935FABE2C0211191f34
Octal22313725316540414313764
Binary100100111011111101010111110101100010000110001100111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,95,171); }

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

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

 a { background-color: rgb(147,95,171); }

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

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

 span { border-color: rgb(147,95,171); }

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