#8B5EAF

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

Shades of Ce Soir #8B5EAF

Tints of Ce Soir #8B5EAF

Color information

#8B5EAF (or 0x8B5EAF) is unknown color: approx Ce Soir. HEX triplet: 8B, 5E and AF. RGB value is (139,94,175). Sum of RGB (Red+Green+Blue) = 139+94+175=408 (54% of max value = 765). Red value is 139 (54.69% from 255 or 34.07% from 408); Green value is 94 (37.11% from 255 or 23.04% from 408); Blue value is 175 (68.75% from 255 or 42.89% from 408); Max value from RGB is 175 - color contains mainly: blue. Hex color #8B5EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5EAF is #74A150. Grayscale: #747474. Windows color (decimal): -7643473 or 11493003. OLE color: 11493003.

HSL color Cylindrical-coordinate representation of color #8B5EAF: hue angle of 273.33º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8B5EAF is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13994175-
CMYK0.210.4600.31
HSL273.33º33.61%52.75%-
HSV(B)273.33º46.29%68.63%-
XYZ22.3916.5942.58-
YUV116.69160.91143.91-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.07%
GREEN value IS 94 (37.11% from 255) = 23.04%
BLUE value IS 175 (68.75% from 255) = 42.89%
R=34.07%
G=23.04%
B=42.89%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal139941750.210.4600.31273.3333.6152.75
Hex8B5EAF152E01F1112235
Octal21313625725560374214265
Binary1000101110111101010111110101101110011111100010001100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,94,175); }

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

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

 a { background-color: rgb(139,94,175); }

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

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

 span { border-color: rgb(139,94,175); }

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