#8F61AF

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

Shades of Ce Soir #8F61AF

Tints of Ce Soir #8F61AF

Color information

#8F61AF (or 0x8F61AF) is unknown color: approx Ce Soir. HEX triplet: 8F, 61 and AF. RGB value is (143,97,175). Sum of RGB (Red+Green+Blue) = 143+97+175=415 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.46% from 415); Green value is 97 (38.28% from 255 or 23.37% from 415); Blue value is 175 (68.75% from 255 or 42.17% from 415); Max value from RGB is 175 - color contains mainly: blue. Hex color #8F61AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F61AF is #709E50. Grayscale: #777777. Windows color (decimal): -7380561 or 11493775. OLE color: 11493775.

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

Color convert

RGB14397175-
CMYK0.180.4500.31
HSL275.38º32.77%53.33%-
HSV(B)275.38º44.57%68.63%-
XYZ23.3417.4842.7-
YUV119.65159.24144.66-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.46%
GREEN value IS 97 (38.28% from 255) = 23.37%
BLUE value IS 175 (68.75% from 255) = 42.17%
R=34.46%
G=23.37%
B=42.17%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal143971750.180.4500.31275.3832.7753.33
Hex8F61AF122D01F1132135
Octal21714125722550374234165
Binary1000111111000011010111110010101101011111100010011100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F61AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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