#8A63AF

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

Shades of Ce Soir #8A63AF

Tints of Ce Soir #8A63AF

Color information

#8A63AF (or 0x8A63AF) is unknown color: approx Ce Soir. HEX triplet: 8A, 63 and AF. RGB value is (138,99,175). Sum of RGB (Red+Green+Blue) = 138+99+175=412 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.50% from 412); Green value is 99 (39.06% from 255 or 24.03% from 412); Blue value is 175 (68.75% from 255 or 42.48% from 412); Max value from RGB is 175 - color contains mainly: blue. Hex color #8A63AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A63AF is #759C50. Grayscale: #777777. Windows color (decimal): -7707729 or 11494282. OLE color: 11494282.

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

Color convert

RGB13899175-
CMYK0.210.4300.31
HSL270.79º32.2%53.73%-
HSV(B)270.79º43.43%68.63%-
XYZ22.6817.4242.72-
YUV119.32159.42141.32-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.50%
GREEN value IS 99 (39.06% from 255) = 24.03%
BLUE value IS 175 (68.75% from 255) = 42.48%
R=33.50%
G=24.03%
B=42.48%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal138991750.210.4300.31270.7932.253.73
Hex8A63AF152B01F10f2036
Octal21214325725530374174066
Binary1000101011000111010111110101101011011111100001111100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A63AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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