#8A5CAA

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

Shades of Ce Soir #8A5CAA

Tints of Ce Soir #8A5CAA

Color information

#8A5CAA (or 0x8A5CAA) is unknown color: approx Ce Soir. HEX triplet: 8A, 5C and AA. RGB value is (138,92,170). Sum of RGB (Red+Green+Blue) = 138+92+170=400 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.5% from 400); Green value is 92 (36.33% from 255 or 23% from 400); Blue value is 170 (66.80% from 255 or 42.5% from 400); Max value from RGB is 170 - color contains mainly: blue. Hex color #8A5CAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A5CAA is #75A355. Grayscale: #727272. Windows color (decimal): -7709526 or 11164810. OLE color: 11164810.

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

Color convert

RGB13892170-
CMYK0.190.4600.33
HSL275.38º31.45%51.37%-
HSV(B)275.38º45.88%66.67%-
XYZ21.5615.9639.97-
YUV114.65159.24144.66-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.5%
GREEN value IS 92 (36.33% from 255) = 23%
BLUE value IS 170 (66.80% from 255) = 42.5%
R=34.5%
G=23%
B=42.5%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal138921700.190.4600.33275.3831.4551.37
Hex8A5CAA132E0211131f33
Octal21213425223560414233763
Binary1000101010111001010101010011101110010000110001001111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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