#8660B0

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

Shades of Ce Soir #8660B0

Tints of Ce Soir #8660B0

Color information

#8660B0 (or 0x8660B0) is unknown color: approx Ce Soir. HEX triplet: 86, 60 and B0. RGB value is (134,96,176). Sum of RGB (Red+Green+Blue) = 134+96+176=406 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.00% from 406); Green value is 96 (37.89% from 255 or 23.65% from 406); Blue value is 176 (69.14% from 255 or 43.35% from 406); Max value from RGB is 176 - color contains mainly: blue. Hex color #8660B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8660B0 is #799F4F. Grayscale: #747474. Windows color (decimal): -7970640 or 11559046. OLE color: 11559046.

HSL color Cylindrical-coordinate representation of color #8660B0: hue angle of 268.5º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8660B0 is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13496176-
CMYK0.240.4500.31
HSL268.5º33.61%53.33%-
HSV(B)268.5º45.45%69.02%-
XYZ21.8516.5743.12-
YUV116.48161.59140.5-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.00%
GREEN value IS 96 (37.89% from 255) = 23.65%
BLUE value IS 176 (69.14% from 255) = 43.35%
R=33.00%
G=23.65%
B=43.35%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal134961760.240.4500.31268.533.6153.33
Hex8660B0182D01F10c2235
Octal20614026030550374144265
Binary1000011011000001011000011000101101011111100001100100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8660B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8660B0; }

 p { color: rgb(134,96,176); }

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

<style>
 a { background-color: #8660B0; }

 a { background-color: rgb(134,96,176); }

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

<style>
 span { border-color: #8660B0; }

 span { border-color: rgb(134,96,176); }

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