#8A6399

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

Shades of Ce Soir #8A6399

Tints of Ce Soir #8A6399

Color information

#8A6399 (or 0x8A6399) is unknown color: approx Ce Soir. HEX triplet: 8A, 63 and 99. RGB value is (138,99,153). Sum of RGB (Red+Green+Blue) = 138+99+153=390 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.38% from 390); Green value is 99 (39.06% from 255 or 25.38% from 390); Blue value is 153 (60.16% from 255 or 39.23% from 390); Max value from RGB is 153 - color contains mainly: blue. Hex color #8A6399 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A6399 is #759C66. Grayscale: #747474. Windows color (decimal): -7707751 or 10052490. OLE color: 10052490.

HSL color Cylindrical-coordinate representation of color #8A6399: hue angle of 283.33º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8A6399 is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB13899153-
CMYK0.100.3500.4
HSL283.33º21.43%49.41%-
HSV(B)283.33º35.29%60%-
XYZ20.6916.6332.26-
YUV116.82148.42143.11-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.38%
GREEN value IS 99 (39.06% from 255) = 25.38%
BLUE value IS 153 (60.16% from 255) = 39.23%
R=35.38%
G=25.38%
B=39.23%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal138991530.100.3500.4283.3321.4349.41
Hex8A6399A2302811b1531
Octal21214323112430504332561
Binary100010101100011100110011010100011010100010001101110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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