#8A6BAC

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

Shades of Ce Soir #8A6BAC

Tints of Ce Soir #8A6BAC

Color information

#8A6BAC (or 0x8A6BAC) is unknown color: approx Ce Soir. HEX triplet: 8A, 6B and AC. RGB value is (138,107,172). Sum of RGB (Red+Green+Blue) = 138+107+172=417 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.09% from 417); Green value is 107 (42.19% from 255 or 25.66% from 417); Blue value is 172 (67.58% from 255 or 41.25% from 417); Max value from RGB is 172 - color contains mainly: blue. Hex color #8A6BAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A6BAC is #759453. Grayscale: #7B7B7B. Windows color (decimal): -7705684 or 11299722. OLE color: 11299722.

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

Color convert

RGB138107172-
CMYK0.200.3800.33
HSL268.62º28.14%54.71%-
HSV(B)268.62º37.79%67.45%-
XYZ23.1918.941.46-
YUV123.68155.27138.21-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.09%
GREEN value IS 107 (42.19% from 255) = 25.66%
BLUE value IS 172 (67.58% from 255) = 41.25%
R=33.09%
G=25.66%
B=41.25%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1381071720.200.3800.33268.6228.1454.71
Hex8A6BAC142602110d1c37
Octal21215325424460414153467
Binary1000101011010111010110010100100110010000110000110111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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