#8B60AF

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

Shades of Ce Soir #8B60AF

Tints of Ce Soir #8B60AF

Color information

#8B60AF (or 0x8B60AF) is unknown color: approx Ce Soir. HEX triplet: 8B, 60 and AF. RGB value is (139,96,175). Sum of RGB (Red+Green+Blue) = 139+96+175=410 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.90% from 410); Green value is 96 (37.89% from 255 or 23.41% from 410); Blue value is 175 (68.75% from 255 or 42.68% from 410); Max value from RGB is 175 - color contains mainly: blue. Hex color #8B60AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B60AF is #749F50. Grayscale: #757575. Windows color (decimal): -7642961 or 11493515. OLE color: 11493515.

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

Color convert

RGB13996175-
CMYK0.210.4500.31
HSL272.66º33.05%53.14%-
HSV(B)272.66º45.14%68.63%-
XYZ22.5716.9542.64-
YUV117.86160.25143.08-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.90%
GREEN value IS 96 (37.89% from 255) = 23.41%
BLUE value IS 175 (68.75% from 255) = 42.68%
R=33.90%
G=23.41%
B=42.68%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal139961750.210.4500.31272.6633.0553.14
Hex8B60AF152D01F1112135
Octal21314025725550374214165
Binary1000101111000001010111110101101101011111100010001100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B60AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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