#8F65AF

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

Shades of Ce Soir #8F65AF

Tints of Ce Soir #8F65AF

Color information

#8F65AF (or 0x8F65AF) is unknown color: approx Ce Soir. HEX triplet: 8F, 65 and AF. RGB value is (143,101,175). Sum of RGB (Red+Green+Blue) = 143+101+175=419 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.13% from 419); Green value is 101 (39.84% from 255 or 24.11% from 419); Blue value is 175 (68.75% from 255 or 41.77% from 419); Max value from RGB is 175 - color contains mainly: blue. Hex color #8F65AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F65AF is #709A50. Grayscale: #797979. Windows color (decimal): -7379537 or 11494799. OLE color: 11494799.

HSL color Cylindrical-coordinate representation of color #8F65AF: hue angle of 274.05º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8F65AF is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB143101175-
CMYK0.180.4200.31
HSL274.05º31.62%54.12%-
HSV(B)274.05º42.29%68.63%-
XYZ23.7218.2442.83-
YUV121.99157.91142.98-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.13%
GREEN value IS 101 (39.84% from 255) = 24.11%
BLUE value IS 175 (68.75% from 255) = 41.77%
R=34.13%
G=24.11%
B=41.77%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1431011750.180.4200.31274.0531.6254.12
Hex8F65AF122A01F1122036
Octal21714525722520374224066
Binary1000111111001011010111110010101010011111100010010100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F65AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,101,175); }

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

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

 a { background-color: rgb(143,101,175); }

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

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

 span { border-color: rgb(143,101,175); }

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