#8F69AB

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

Shades of Ce Soir #8F69AB

Tints of Ce Soir #8F69AB

Color information

#8F69AB (or 0x8F69AB) is unknown color: approx Ce Soir. HEX triplet: 8F, 69 and AB. RGB value is (143,105,171). Sum of RGB (Red+Green+Blue) = 143+105+171=419 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.13% from 419); Green value is 105 (41.41% from 255 or 25.06% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 171 - color contains mainly: blue. Hex color #8F69AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F69AB is #709654. Grayscale: #7B7B7B. Windows color (decimal): -7378517 or 11233679. OLE color: 11233679.

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

Color convert

RGB143105171-
CMYK0.160.3900.33
HSL274.55º28.21%54.12%-
HSV(B)274.55º38.6%67.06%-
XYZ23.7318.8840.92-
YUV123.89154.59141.63-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.13%
GREEN value IS 105 (41.41% from 255) = 25.06%
BLUE value IS 171 (67.19% from 255) = 40.81%
R=34.13%
G=25.06%
B=40.81%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1431051710.160.3900.33274.5528.2154.12
Hex8F69AB10270211131c36
Octal21715125320470414233466
Binary1000111111010011010101110000100111010000110001001111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F69AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,105,171); }

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

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

 a { background-color: rgb(143,105,171); }

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

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

 span { border-color: rgb(143,105,171); }

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