#8F6BAE

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

Shades of Ce Soir #8F6BAE

Tints of Ce Soir #8F6BAE

Color information

#8F6BAE (or 0x8F6BAE) is unknown color: approx Ce Soir. HEX triplet: 8F, 6B and AE. RGB value is (143,107,174). Sum of RGB (Red+Green+Blue) = 143+107+174=424 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.73% from 424); Green value is 107 (42.19% from 255 or 25.24% from 424); Blue value is 174 (68.36% from 255 or 41.04% from 424); Max value from RGB is 174 - color contains mainly: blue. Hex color #8F6BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F6BAE is #709451. Grayscale: #7D7D7D. Windows color (decimal): -7378002 or 11430799. OLE color: 11430799.

HSL color Cylindrical-coordinate representation of color #8F6BAE: hue angle of 272.24º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8F6BAE is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB143107174-
CMYK0.180.3900.32
HSL272.24º29.26%55.1%-
HSV(B)272.24º38.51%68.24%-
XYZ24.2319.4142.51-
YUV125.4155.43140.55-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.73%
GREEN value IS 107 (42.19% from 255) = 25.24%
BLUE value IS 174 (68.36% from 255) = 41.04%
R=33.73%
G=25.24%
B=41.04%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1431071740.180.3900.32272.2429.2655.1
Hex8F6BAE12270201101d37
Octal21715325622470404203567
Binary1000111111010111010111010010100111010000010001000011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,107,174); }

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

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

 a { background-color: rgb(143,107,174); }

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

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

 span { border-color: rgb(143,107,174); }

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