#8A6B9B

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

Shades of Ce Soir #8A6B9B

Tints of Ce Soir #8A6B9B

Color information

#8A6B9B (or 0x8A6B9B) is unknown color: approx Ce Soir. HEX triplet: 8A, 6B and 9B. RGB value is (138,107,155). Sum of RGB (Red+Green+Blue) = 138+107+155=400 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.5% from 400); Green value is 107 (42.19% from 255 or 26.75% from 400); Blue value is 155 (60.94% from 255 or 38.75% from 400); Max value from RGB is 155 - color contains mainly: blue. Hex color #8A6B9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A6B9B is #759464. Grayscale: #797979. Windows color (decimal): -7705701 or 10185610. OLE color: 10185610.

HSL color Cylindrical-coordinate representation of color #8A6B9B: hue angle of 278.75º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8A6B9B is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB138107155-
CMYK0.110.3100.39
HSL278.75º19.35%51.37%-
HSV(B)278.75º30.97%60.78%-
XYZ21.6618.2933.4-
YUV121.74146.77139.6-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.5%
GREEN value IS 107 (42.19% from 255) = 26.75%
BLUE value IS 155 (60.94% from 255) = 38.75%
R=34.5%
G=26.75%
B=38.75%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1381071550.110.3100.39278.7519.3551.37
Hex8A6B9BB1F0271171333
Octal21215323313370474272363
Binary10001010110101110011011101111111010011110001011110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,107,155); }

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

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

 a { background-color: rgb(138,107,155); }

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

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

 span { border-color: rgb(138,107,155); }

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