#8B69AB

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

Shades of Ce Soir #8B69AB

Tints of Ce Soir #8B69AB

Color information

#8B69AB (or 0x8B69AB) is unknown color: approx Ce Soir. HEX triplet: 8B, 69 and AB. RGB value is (139,105,171). Sum of RGB (Red+Green+Blue) = 139+105+171=415 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.49% from 415); Green value is 105 (41.41% from 255 or 25.30% from 415); Blue value is 171 (67.19% from 255 or 41.20% from 415); Max value from RGB is 171 - color contains mainly: blue. Hex color #8B69AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B69AB is #749654. Grayscale: #7A7A7A. Windows color (decimal): -7640661 or 11233675. OLE color: 11233675.

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

Color convert

RGB139105171-
CMYK0.190.3900.33
HSL270.91º28.21%54.12%-
HSV(B)270.91º38.6%67.06%-
XYZ23.0518.5340.89-
YUV122.69155.26139.63-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.49%
GREEN value IS 105 (41.41% from 255) = 25.30%
BLUE value IS 171 (67.19% from 255) = 41.20%
R=33.49%
G=25.30%
B=41.20%

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
Decimal1391051710.190.3900.33270.9128.2154.12
Hex8B69AB132702110f1c36
Octal21315125323470414173466
Binary1000101111010011010101110011100111010000110000111111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B69AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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