#8B5CAA

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

Shades of Ce Soir #8B5CAA

Tints of Ce Soir #8B5CAA

Color information

#8B5CAA (or 0x8B5CAA) is unknown color: approx Ce Soir. HEX triplet: 8B, 5C and AA. RGB value is (139,92,170). Sum of RGB (Red+Green+Blue) = 139+92+170=401 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.66% from 401); Green value is 92 (36.33% from 255 or 22.94% from 401); Blue value is 170 (66.80% from 255 or 42.39% from 401); Max value from RGB is 170 - color contains mainly: blue. Hex color #8B5CAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5CAA is #74A355. Grayscale: #727272. Windows color (decimal): -7643990 or 11164811. OLE color: 11164811.

HSL color Cylindrical-coordinate representation of color #8B5CAA: hue angle of 276.15º 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 #8B5CAA is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13992170-
CMYK0.180.4600.33
HSL276.15º31.45%51.37%-
HSV(B)276.15º45.88%66.67%-
XYZ21.7316.0539.98-
YUV114.94159.07145.16-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.66%
GREEN value IS 92 (36.33% from 255) = 22.94%
BLUE value IS 170 (66.80% from 255) = 42.39%
R=34.66%
G=22.94%
B=42.39%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal139921700.180.4600.33276.1531.4551.37
Hex8B5CAA122E0211141f33
Octal21313425222560414243763
Binary1000101110111001010101010010101110010000110001010011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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