#8A5C9C

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

Shades of Ce Soir #8A5C9C

Tints of Ce Soir #8A5C9C

Color information

#8A5C9C (or 0x8A5C9C) is unknown color: approx Ce Soir. HEX triplet: 8A, 5C and 9C. RGB value is (138,92,156). Sum of RGB (Red+Green+Blue) = 138+92+156=386 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.75% from 386); Green value is 92 (36.33% from 255 or 23.83% from 386); Blue value is 156 (61.33% from 255 or 40.41% from 386); Max value from RGB is 156 - color contains mainly: blue. Hex color #8A5C9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A5C9C is #75A363. Grayscale: #707070. Windows color (decimal): -7709540 or 10247306. OLE color: 10247306.

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

Color convert

RGB13892156-
CMYK0.120.4100.39
HSL283.12º25.81%48.63%-
HSV(B)283.12º41.03%61.18%-
XYZ20.3115.4633.37-
YUV113.05152.24145.8-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.75%
GREEN value IS 92 (36.33% from 255) = 23.83%
BLUE value IS 156 (61.33% from 255) = 40.41%
R=35.75%
G=23.83%
B=40.41%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal138921560.120.4100.39283.1225.8148.63
Hex8A5C9CC2902711b1a31
Octal21213423414510474333261
Binary100010101011100100111001100101001010011110001101111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,92,156); }

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

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

 a { background-color: rgb(138,92,156); }

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

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

 span { border-color: rgb(138,92,156); }

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