#8f72aa

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

Shades of Ce Soir #8F72AA

Tints of Ce Soir #8F72AA

Color information

#8F72AA (or 0x8F72AA) is unknown color: approx Ce Soir. HEX triplet: 8F, 72 and AA. RGB value is (143,114,170). Sum of RGB (Red+Green+Blue) = 143+114+170=427 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.49% from 427); Green value is 114 (44.92% from 255 or 26.70% from 427); Blue value is 170 (66.80% from 255 or 39.81% from 427); Max value from RGB is 170 - color contains mainly: blue. Hex color #8F72AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F72AA is #708D55. Grayscale: #808080. Windows color (decimal): -7376214 or 11170447. OLE color: 11170447.

HSL color Cylindrical-coordinate representation of color #8F72AA: hue angle of 271.07º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8F72AA is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB143114170-
CMYK0.160.3300.33
HSL271.07º24.78%55.69%-
HSV(B)271.07º32.94%66.67%-
XYZ24.620.7840.74-
YUV129.05151.11137.95-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.49%
GREEN value IS 114 (44.92% from 255) = 26.70%
BLUE value IS 170 (66.80% from 255) = 39.81%
R=33.49%
G=26.70%
B=39.81%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1431141700.160.3300.33271.0724.7855.69
Hex8F72AA102102110f1938
Octal21716225220410414173170
Binary1000111111100101010101010000100001010000110000111111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8f72aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,114,170); }

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

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

 a { background-color: rgb(143,114,170); }

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

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

 span { border-color: rgb(143,114,170); }

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