#8C63AF

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

Shades of Ce Soir #8C63AF

Tints of Ce Soir #8C63AF

Color information

#8C63AF (or 0x8C63AF) is unknown color: approx Ce Soir. HEX triplet: 8C, 63 and AF. RGB value is (140,99,175). Sum of RGB (Red+Green+Blue) = 140+99+175=414 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.82% from 414); Green value is 99 (39.06% from 255 or 23.91% from 414); Blue value is 175 (68.75% from 255 or 42.27% from 414); Max value from RGB is 175 - color contains mainly: blue. Hex color #8C63AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C63AF is #739C50. Grayscale: #777777. Windows color (decimal): -7576657 or 11494284. OLE color: 11494284.

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

Color convert

RGB14099175-
CMYK0.20.4300.31
HSL272.37º32.2%53.73%-
HSV(B)272.37º43.43%68.63%-
XYZ23.0117.5942.74-
YUV119.92159.08142.32-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.82%
GREEN value IS 99 (39.06% from 255) = 23.91%
BLUE value IS 175 (68.75% from 255) = 42.27%
R=33.82%
G=23.91%
B=42.27%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal140991750.20.4300.31272.3732.253.73
Hex8C63AF142B01F1102036
Octal21414325724530374204066
Binary1000110011000111010111110100101011011111100010000100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C63AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,99,175); }

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

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

 a { background-color: rgb(140,99,175); }

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

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

 span { border-color: rgb(140,99,175); }

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