#8D6BAA

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

Shades of Ce Soir #8D6BAA

Tints of Ce Soir #8D6BAA

Color information

#8D6BAA (or 0x8D6BAA) is unknown color: approx Ce Soir. HEX triplet: 8D, 6B and AA. RGB value is (141,107,170). Sum of RGB (Red+Green+Blue) = 141+107+170=418 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.73% from 418); Green value is 107 (42.19% from 255 or 25.60% from 418); Blue value is 170 (66.80% from 255 or 40.67% from 418); Max value from RGB is 170 - color contains mainly: blue. Hex color #8D6BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D6BAA is #729455. Grayscale: #7C7C7C. Windows color (decimal): -7509078 or 11168653. OLE color: 11168653.

HSL color Cylindrical-coordinate representation of color #8D6BAA: hue angle of 272.38º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8D6BAA is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB141107170-
CMYK0.170.3700.33
HSL272.38º27.04%54.31%-
HSV(B)272.38º37.06%66.67%-
XYZ23.519.0840.47-
YUV124.35153.76139.88-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.73%
GREEN value IS 107 (42.19% from 255) = 25.60%
BLUE value IS 170 (66.80% from 255) = 40.67%
R=33.73%
G=25.60%
B=40.67%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1411071700.170.3700.33272.3827.0454.31
Hex8D6BAA11250211101b36
Octal21515325221450414203366
Binary1000110111010111010101010001100101010000110001000011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D6BAA; }

 p { color: rgb(141,107,170); }

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

<style>
 a { background-color: #8D6BAA; }

 a { background-color: rgb(141,107,170); }

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

<style>
 span { border-color: #8D6BAA; }

 span { border-color: rgb(141,107,170); }

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