#8A609B

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

Shades of Ce Soir #8A609B

Tints of Ce Soir #8A609B

Color information

#8A609B (or 0x8A609B) is unknown color: approx Ce Soir. HEX triplet: 8A, 60 and 9B. RGB value is (138,96,155). Sum of RGB (Red+Green+Blue) = 138+96+155=389 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.48% from 389); Green value is 96 (37.89% from 255 or 24.68% from 389); Blue value is 155 (60.94% from 255 or 39.85% from 389); Max value from RGB is 155 - color contains mainly: blue. Hex color #8A609B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A609B is #759F64. Grayscale: #737373. Windows color (decimal): -7708517 or 10182794. OLE color: 10182794.

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

Color convert

RGB13896155-
CMYK0.110.3800.39
HSL282.71º23.51%49.22%-
HSV(B)282.71º38.06%60.78%-
XYZ20.5816.1433.04-
YUV115.28150.41144.2-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.48%
GREEN value IS 96 (37.89% from 255) = 24.68%
BLUE value IS 155 (60.94% from 255) = 39.85%
R=35.48%
G=24.68%
B=39.85%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal138961550.110.3800.39282.7123.5149.22
Hex8A609BB2602711b1831
Octal21214023313460474333061
Binary100010101100000100110111011100110010011110001101111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A609B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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