#8A64B2

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

Shades of Ce Soir #8A64B2

Tints of Ce Soir #8A64B2

Color information

#8A64B2 (or 0x8A64B2) is unknown color: approx Ce Soir. HEX triplet: 8A, 64 and B2. RGB value is (138,100,178). Sum of RGB (Red+Green+Blue) = 138+100+178=416 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.17% from 416); Green value is 100 (39.45% from 255 or 24.04% from 416); Blue value is 178 (69.92% from 255 or 42.79% from 416); Max value from RGB is 178 - color contains mainly: blue. Hex color #8A64B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A64B2 is #759B4D. Grayscale: #777777. Windows color (decimal): -7707470 or 11691146. OLE color: 11691146.

HSL color Cylindrical-coordinate representation of color #8A64B2: hue angle of 269.23º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8A64B2 is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB138100178-
CMYK0.220.4400.30
HSL269.23º33.62%54.51%-
HSV(B)269.23º43.82%69.8%-
XYZ23.0717.7344.33-
YUV120.25160.59140.66-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.17%
GREEN value IS 100 (39.45% from 255) = 24.04%
BLUE value IS 178 (69.92% from 255) = 42.79%
R=33.17%
G=24.04%
B=42.79%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1381001780.220.4400.30269.2333.6254.51
Hex8A64B2162C01E10d2237
Octal21214426226540364154267
Binary1000101011001001011001010110101100011110100001101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A64B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,100,178); }

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

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

 a { background-color: rgb(138,100,178); }

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

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

 span { border-color: rgb(138,100,178); }

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