#8A69AB

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

Shades of Ce Soir #8A69AB

Tints of Ce Soir #8A69AB

Color information

#8A69AB (or 0x8A69AB) is unknown color: approx Ce Soir. HEX triplet: 8A, 69 and AB. RGB value is (138,105,171). Sum of RGB (Red+Green+Blue) = 138+105+171=414 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.33% from 414); Green value is 105 (41.41% from 255 or 25.36% from 414); Blue value is 171 (67.19% from 255 or 41.30% from 414); Max value from RGB is 171 - color contains mainly: blue. Hex color #8A69AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A69AB is #759654. Grayscale: #7A7A7A. Windows color (decimal): -7706197 or 11233674. OLE color: 11233674.

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

Color convert

RGB138105171-
CMYK0.190.3900.33
HSL270º28.21%54.12%-
HSV(B)270º38.6%67.06%-
XYZ22.8818.4540.88-
YUV122.39155.43139.13-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.33%
GREEN value IS 105 (41.41% from 255) = 25.36%
BLUE value IS 171 (67.19% from 255) = 41.30%
R=33.33%
G=25.36%
B=41.30%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1381051710.190.3900.3327028.2154.12
Hex8A69AB132702110e1c36
Octal21215125323470414163466
Binary1000101011010011010101110011100111010000110000111011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A69AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,105,171); }

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

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

 a { background-color: rgb(138,105,171); }

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

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

 span { border-color: rgb(138,105,171); }

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