#8A63AB

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

Shades of Ce Soir #8A63AB

Tints of Ce Soir #8A63AB

Color information

#8A63AB (or 0x8A63AB) is unknown color: approx Ce Soir. HEX triplet: 8A, 63 and AB. RGB value is (138,99,171). Sum of RGB (Red+Green+Blue) = 138+99+171=408 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.82% from 408); Green value is 99 (39.06% from 255 or 24.26% from 408); Blue value is 171 (67.19% from 255 or 41.91% from 408); Max value from RGB is 171 - color contains mainly: blue. Hex color #8A63AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A63AB is #759C54. Grayscale: #767676. Windows color (decimal): -7707733 or 11232138. OLE color: 11232138.

HSL color Cylindrical-coordinate representation of color #8A63AB: hue angle of 272.5º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8A63AB is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13899171-
CMYK0.190.4200.33
HSL272.5º30%52.94%-
HSV(B)272.5º42.11%67.06%-
XYZ22.2917.2740.69-
YUV118.87157.42141.65-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.82%
GREEN value IS 99 (39.06% from 255) = 24.26%
BLUE value IS 171 (67.19% from 255) = 41.91%
R=33.82%
G=24.26%
B=41.91%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal138991710.190.4200.33272.53052.94
Hex8A63AB132A0211101e35
Octal21214325323520414203665
Binary1000101011000111010101110011101010010000110001000011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A63AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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