#8F60AA

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

Shades of Ce Soir #8F60AA

Tints of Ce Soir #8F60AA

Color information

#8F60AA (or 0x8F60AA) is unknown color: approx Ce Soir. HEX triplet: 8F, 60 and AA. RGB value is (143,96,170). Sum of RGB (Red+Green+Blue) = 143+96+170=409 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.96% from 409); Green value is 96 (37.89% from 255 or 23.47% from 409); Blue value is 170 (66.80% from 255 or 41.56% from 409); Max value from RGB is 170 - color contains mainly: blue. Hex color #8F60AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F60AA is #709F55. Grayscale: #767676. Windows color (decimal): -7380822 or 11165839. OLE color: 11165839.

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

Color convert

RGB14396170-
CMYK0.160.4400.33
HSL278.11º30.33%52.16%-
HSV(B)278.11º43.53%66.67%-
XYZ22.7717.1140.13-
YUV118.49157.07145.48-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.96%
GREEN value IS 96 (37.89% from 255) = 23.47%
BLUE value IS 170 (66.80% from 255) = 41.56%
R=34.96%
G=23.47%
B=41.56%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal143961700.160.4400.33278.1130.3352.16
Hex8F60AA102C0211161e34
Octal21714025220540414263664
Binary1000111111000001010101010000101100010000110001011011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F60AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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