#8B5FA4

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

Shades of Ce Soir #8B5FA4

Tints of Ce Soir #8B5FA4

Color information

#8B5FA4 (or 0x8B5FA4) is unknown color: approx Ce Soir. HEX triplet: 8B, 5F and A4. RGB value is (139,95,164). Sum of RGB (Red+Green+Blue) = 139+95+164=398 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.92% from 398); Green value is 95 (37.5% from 255 or 23.87% from 398); Blue value is 164 (64.45% from 255 or 41.21% from 398); Max value from RGB is 164 - color contains mainly: blue. Hex color #8B5FA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5FA4 is #74A05B. Grayscale: #737373. Windows color (decimal): -7643228 or 10772363. OLE color: 10772363.

HSL color Cylindrical-coordinate representation of color #8B5FA4: hue angle of 278.26º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8B5FA4 is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB13995164-
CMYK0.150.4200.36
HSL278.26º27.49%50.78%-
HSV(B)278.26º42.07%64.31%-
XYZ21.4416.3537.15-
YUV116.02155.08144.39-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.92%
GREEN value IS 95 (37.5% from 255) = 23.87%
BLUE value IS 164 (64.45% from 255) = 41.21%
R=34.92%
G=23.87%
B=41.21%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal139951640.150.4200.36278.2627.4950.78
Hex8B5FA4F2A0241161b33
Octal21313724417520444263363
Binary100010111011111101001001111101010010010010001011011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,95,164); }

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

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

 a { background-color: rgb(139,95,164); }

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

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

 span { border-color: rgb(139,95,164); }

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