#8A6BAE

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

Shades of Ce Soir #8A6BAE

Tints of Ce Soir #8A6BAE

Color information

#8A6BAE (or 0x8A6BAE) is unknown color: approx Ce Soir. HEX triplet: 8A, 6B and AE. RGB value is (138,107,174). Sum of RGB (Red+Green+Blue) = 138+107+174=419 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.94% from 419); Green value is 107 (42.19% from 255 or 25.54% from 419); Blue value is 174 (68.36% from 255 or 41.53% from 419); Max value from RGB is 174 - color contains mainly: blue. Hex color #8A6BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A6BAE is #759451. Grayscale: #7B7B7B. Windows color (decimal): -7705682 or 11430794. OLE color: 11430794.

HSL color Cylindrical-coordinate representation of color #8A6BAE: hue angle of 267.76º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8A6BAE is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB138107174-
CMYK0.210.3900.32
HSL267.76º29.26%55.1%-
HSV(B)267.76º38.51%68.24%-
XYZ23.3818.9742.47-
YUV123.91156.27138.05-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.94%
GREEN value IS 107 (42.19% from 255) = 25.54%
BLUE value IS 174 (68.36% from 255) = 41.53%
R=32.94%
G=25.54%
B=41.53%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1381071740.210.3900.32267.7629.2655.1
Hex8A6BAE152702010c1d37
Octal21215325625470404143567
Binary1000101011010111010111010101100111010000010000110011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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