#8D61AF

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

Shades of Ce Soir #8D61AF

Tints of Ce Soir #8D61AF

Color information

#8D61AF (or 0x8D61AF) is unknown color: approx Ce Soir. HEX triplet: 8D, 61 and AF. RGB value is (141,97,175). Sum of RGB (Red+Green+Blue) = 141+97+175=413 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.14% from 413); Green value is 97 (38.28% from 255 or 23.49% from 413); Blue value is 175 (68.75% from 255 or 42.37% from 413); Max value from RGB is 175 - color contains mainly: blue. Hex color #8D61AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D61AF is #729E50. Grayscale: #767676. Windows color (decimal): -7511633 or 11493773. OLE color: 11493773.

HSL color Cylindrical-coordinate representation of color #8D61AF: hue angle of 273.85º 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 #8D61AF is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB14197175-
CMYK0.190.4500.31
HSL273.85º32.77%53.33%-
HSV(B)273.85º44.57%68.63%-
XYZ2317.3142.69-
YUV119.05159.58143.66-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.14%
GREEN value IS 97 (38.28% from 255) = 23.49%
BLUE value IS 175 (68.75% from 255) = 42.37%
R=34.14%
G=23.49%
B=42.37%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal141971750.190.4500.31273.8532.7753.33
Hex8D61AF132D01F1122135
Octal21514125723550374224165
Binary1000110111000011010111110011101101011111100010010100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D61AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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