#8A69AA

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

Shades of Ce Soir #8A69AA

Tints of Ce Soir #8A69AA

Color information

#8A69AA (or 0x8A69AA) is unknown color: approx Ce Soir. HEX triplet: 8A, 69 and AA. RGB value is (138,105,170). Sum of RGB (Red+Green+Blue) = 138+105+170=413 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.41% from 413); Green value is 105 (41.41% from 255 or 25.42% from 413); Blue value is 170 (66.80% from 255 or 41.16% from 413); Max value from RGB is 170 - color contains mainly: blue. Hex color #8A69AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A69AA is #759655. Grayscale: #7A7A7A. Windows color (decimal): -7706198 or 11168138. OLE color: 11168138.

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

Color convert

RGB138105170-
CMYK0.190.3800.33
HSL270.46º27.66%53.92%-
HSV(B)270.46º38.24%66.67%-
XYZ22.7918.4140.38-
YUV122.28154.93139.21-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.41%
GREEN value IS 105 (41.41% from 255) = 25.42%
BLUE value IS 170 (66.80% from 255) = 41.16%
R=33.41%
G=25.42%
B=41.16%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1381051700.190.3800.33270.4627.6653.92
Hex8A69AA132602110e1c36
Octal21215125223460414163466
Binary1000101011010011010101010011100110010000110000111011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A69AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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