#8A63A4

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

Shades of Ce Soir #8A63A4

Tints of Ce Soir #8A63A4

Color information

#8A63A4 (or 0x8A63A4) is unknown color: approx Ce Soir. HEX triplet: 8A, 63 and A4. RGB value is (138,99,164). Sum of RGB (Red+Green+Blue) = 138+99+164=401 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.41% from 401); Green value is 99 (39.06% from 255 or 24.69% from 401); Blue value is 164 (64.45% from 255 or 40.90% from 401); Max value from RGB is 164 - color contains mainly: blue. Hex color #8A63A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A63A4 is #759C5B. Grayscale: #757575. Windows color (decimal): -7707740 or 10773386. OLE color: 10773386.

HSL color Cylindrical-coordinate representation of color #8A63A4: hue angle of 276º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8A63A4 is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB13899164-
CMYK0.160.4000.36
HSL276º26.32%51.57%-
HSV(B)276º39.63%64.31%-
XYZ21.6417.0137.26-
YUV118.07153.92142.21-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.41%
GREEN value IS 99 (39.06% from 255) = 24.69%
BLUE value IS 164 (64.45% from 255) = 40.90%
R=34.41%
G=24.69%
B=40.90%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal138991640.160.4000.3627626.3251.57
Hex8A63A410280241141a34
Octal21214324420500444243264
Binary1000101011000111010010010000101000010010010001010011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A63A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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