#8A6EAA

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

Shades of Ce Soir #8A6EAA

Tints of Ce Soir #8A6EAA

Color information

#8A6EAA (or 0x8A6EAA) is unknown color: approx Ce Soir. HEX triplet: 8A, 6E and AA. RGB value is (138,110,170). Sum of RGB (Red+Green+Blue) = 138+110+170=418 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.01% from 418); Green value is 110 (43.36% from 255 or 26.32% 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 #8A6EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A6EAA is #759155. Grayscale: #7C7C7C. Windows color (decimal): -7704918 or 11169418. OLE color: 11169418.

HSL color Cylindrical-coordinate representation of color #8A6EAA: hue angle of 268º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8A6EAA is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB138110170-
CMYK0.190.3500.33
HSL268º26.09%54.9%-
HSV(B)268º35.29%66.67%-
XYZ23.3119.4640.56-
YUV125.21153.28137.12-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.01%
GREEN value IS 110 (43.36% from 255) = 26.32%
BLUE value IS 170 (66.80% from 255) = 40.67%
R=33.01%
G=26.32%
B=40.67%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1381101700.190.3500.3326826.0954.9
Hex8A6EAA132302110c1a37
Octal21215625223430414143267
Binary1000101011011101010101010011100011010000110000110011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,110,170); }

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

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

 a { background-color: rgb(138,110,170); }

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

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

 span { border-color: rgb(138,110,170); }

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