#8C69AA

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

Shades of Ce Soir #8C69AA

Tints of Ce Soir #8C69AA

Color information

#8C69AA (or 0x8C69AA) is unknown color: approx Ce Soir. HEX triplet: 8C, 69 and AA. RGB value is (140,105,170). Sum of RGB (Red+Green+Blue) = 140+105+170=415 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.73% from 415); Green value is 105 (41.41% from 255 or 25.30% from 415); Blue value is 170 (66.80% from 255 or 40.96% from 415); Max value from RGB is 170 - color contains mainly: blue. Hex color #8C69AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C69AA is #739655. Grayscale: #7A7A7A. Windows color (decimal): -7575126 or 11168140. OLE color: 11168140.

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

Color convert

RGB140105170-
CMYK0.180.3800.33
HSL272.31º27.66%53.92%-
HSV(B)272.31º38.24%66.67%-
XYZ23.1218.5840.4-
YUV122.88154.6140.21-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.73%
GREEN value IS 105 (41.41% from 255) = 25.30%
BLUE value IS 170 (66.80% from 255) = 40.96%
R=33.73%
G=25.30%
B=40.96%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1401051700.180.3800.33272.3127.6653.92
Hex8C69AA12260211101c36
Octal21415125222460414203466
Binary1000110011010011010101010010100110010000110001000011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C69AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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