#8A6795

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

Shades of Ce Soir #8A6795

Tints of Ce Soir #8A6795

Color information

#8A6795 (or 0x8A6795) is unknown color: approx Ce Soir. HEX triplet: 8A, 67 and 95. RGB value is (138,103,149). Sum of RGB (Red+Green+Blue) = 138+103+149=390 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.38% from 390); Green value is 103 (40.62% from 255 or 26.41% from 390); Blue value is 149 (58.59% from 255 or 38.21% from 390); Max value from RGB is 149 - color contains mainly: blue. Hex color #8A6795 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A6795 is #75986A. Grayscale: #767676. Windows color (decimal): -7706731 or 9791370. OLE color: 9791370.

HSL color Cylindrical-coordinate representation of color #8A6795: hue angle of 285.65º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8A6795 is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB138103149-
CMYK0.070.3100.42
HSL285.65º18.25%49.41%-
HSV(B)285.65º30.87%58.43%-
XYZ20.7617.2730.67-
YUV118.71145.1141.76-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.38%
GREEN value IS 103 (40.62% from 255) = 26.41%
BLUE value IS 149 (58.59% from 255) = 38.21%
R=35.38%
G=26.41%
B=38.21%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1381031490.070.3100.42285.6518.2549.41
Hex8A679571F02A11e1231
Octal2121472257370524362261
Binary1000101011001111001010111111111010101010001111010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,103,149); }

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

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

 a { background-color: rgb(138,103,149); }

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

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

 span { border-color: rgb(138,103,149); }

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