#8A6BAA

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

Shades of Ce Soir #8A6BAA

Tints of Ce Soir #8A6BAA

Color information

#8A6BAA (or 0x8A6BAA) is unknown color: approx Ce Soir. HEX triplet: 8A, 6B and AA. RGB value is (138,107,170). Sum of RGB (Red+Green+Blue) = 138+107+170=415 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.25% from 415); Green value is 107 (42.19% from 255 or 25.78% from 415); Blue value is 170 (66.80% from 255 or 40.96% from 415); Max value from RGB is 170 - color contains mainly: blue. Hex color #8A6BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A6BAA is #759455. Grayscale: #7B7B7B. Windows color (decimal): -7705686 or 11168650. OLE color: 11168650.

HSL color Cylindrical-coordinate representation of color #8A6BAA: hue angle of 269.52º 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 #8A6BAA is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB138107170-
CMYK0.190.3700.33
HSL269.52º27.04%54.31%-
HSV(B)269.52º37.06%66.67%-
XYZ22.9918.8240.45-
YUV123.45154.27138.38-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.25%
GREEN value IS 107 (42.19% from 255) = 25.78%
BLUE value IS 170 (66.80% from 255) = 40.96%
R=33.25%
G=25.78%
B=40.96%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1381071700.190.3700.33269.5227.0454.31
Hex8A6BAA132502110e1b36
Octal21215325223450414163366
Binary1000101011010111010101010011100101010000110000111011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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