#8A729F

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

Shades of Ce Soir #8A729F

Tints of Ce Soir #8A729F

Color information

#8A729F (or 0x8A729F) is unknown color: approx Ce Soir. HEX triplet: 8A, 72 and 9F. RGB value is (138,114,159). Sum of RGB (Red+Green+Blue) = 138+114+159=411 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.58% from 411); Green value is 114 (44.92% from 255 or 27.74% from 411); Blue value is 159 (62.5% from 255 or 38.69% from 411); Max value from RGB is 159 - color contains mainly: blue. Hex color #8A729F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A729F is #758D60. Grayscale: #7E7E7E. Windows color (decimal): -7703905 or 10449546. OLE color: 10449546.

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

Color convert

RGB138114159-
CMYK0.130.2800.38
HSL272º18.99%53.53%-
HSV(B)272º28.3%62.35%-
XYZ22.7619.9435.45-
YUV126.31146.45136.34-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.58%
GREEN value IS 114 (44.92% from 255) = 27.74%
BLUE value IS 159 (62.5% from 255) = 38.69%
R=33.58%
G=27.74%
B=38.69%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1381141590.130.2800.3827218.9953.53
Hex8A729FD1C0261101336
Octal21216223715340464202366
Binary10001010111001010011111110111100010011010001000010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A729F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,114,159); }

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

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

 a { background-color: rgb(138,114,159); }

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

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

 span { border-color: rgb(138,114,159); }

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