#845CAB

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

Shades of Ce Soir #845CAB

Tints of Ce Soir #845CAB

Color information

#845CAB (or 0x845CAB) is unknown color: approx Ce Soir. HEX triplet: 84, 5C and AB. RGB value is (132,92,171). Sum of RGB (Red+Green+Blue) = 132+92+171=395 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.42% from 395); Green value is 92 (36.33% from 255 or 23.29% from 395); Blue value is 171 (67.19% from 255 or 43.29% from 395); Max value from RGB is 171 - color contains mainly: blue. Hex color #845CAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #845CAB is #7BA354. Grayscale: #707070. Windows color (decimal): -8102741 or 11230340. OLE color: 11230340.

HSL color Cylindrical-coordinate representation of color #845CAB: hue angle of 270.38º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #845CAB is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13292171-
CMYK0.230.4600.33
HSL270.38º31.98%51.57%-
HSV(B)270.38º46.2%67.06%-
XYZ20.6915.540.43-
YUV112.97160.75141.58-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.42%
GREEN value IS 92 (36.33% from 255) = 23.29%
BLUE value IS 171 (67.19% from 255) = 43.29%
R=33.42%
G=23.29%
B=43.29%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal132921710.230.4600.33270.3831.9851.57
Hex845CAB172E02110e2034
Octal20413425327560414164064
Binary10000100101110010101011101111011100100001100001110100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845CAB; }

 p { color: rgb(132,92,171); }

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

<style>
 a { background-color: #845CAB; }

 a { background-color: rgb(132,92,171); }

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

<style>
 span { border-color: #845CAB; }

 span { border-color: rgb(132,92,171); }

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