#8A6794

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

Shades of Ce Soir #8A6794

Tints of Ce Soir #8A6794

Color information

#8A6794 (or 0x8A6794) is unknown color: approx Ce Soir. HEX triplet: 8A, 67 and 94. RGB value is (138,103,148). Sum of RGB (Red+Green+Blue) = 138+103+148=389 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.48% from 389); Green value is 103 (40.62% from 255 or 26.48% from 389); Blue value is 148 (58.20% from 255 or 38.05% from 389); Max value from RGB is 148 - color contains mainly: blue. Hex color #8A6794 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A6794 is #75986B. Grayscale: #767676. Windows color (decimal): -7706732 or 9725834. OLE color: 9725834.

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

Color convert

RGB138103148-
CMYK0.070.3000.42
HSL286.67º17.93%49.22%-
HSV(B)286.67º30.41%58.04%-
XYZ20.6817.2430.26-
YUV118.6144.6141.84-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.48%
GREEN value IS 103 (40.62% from 255) = 26.48%
BLUE value IS 148 (58.20% from 255) = 38.05%
R=35.48%
G=26.48%
B=38.05%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1381031480.070.3000.42286.6717.9349.22
Hex8A679471E02A11f1231
Octal2121472247360524372261
Binary1000101011001111001010011111110010101010001111110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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