#8B70AC

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

Shades of Ce Soir #8B70AC

Tints of Ce Soir #8B70AC

Color information

#8B70AC (or 0x8B70AC) is unknown color: approx Ce Soir. HEX triplet: 8B, 70 and AC. RGB value is (139,112,172). Sum of RGB (Red+Green+Blue) = 139+112+172=423 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.86% from 423); Green value is 112 (44.14% from 255 or 26.48% from 423); Blue value is 172 (67.58% from 255 or 40.66% from 423); Max value from RGB is 172 - color contains mainly: blue. Hex color #8B70AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B70AC is #748F53. Grayscale: #7E7E7E. Windows color (decimal): -7638868 or 11301003. OLE color: 11301003.

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

Color convert

RGB139112172-
CMYK0.190.3500.33
HSL267º26.55%55.69%-
HSV(B)267º34.88%67.45%-
XYZ23.8920.0641.64-
YUV126.91153.45136.62-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.86%
GREEN value IS 112 (44.14% from 255) = 26.48%
BLUE value IS 172 (67.58% from 255) = 40.66%
R=32.86%
G=26.48%
B=40.66%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1391121720.190.3500.3326726.5555.69
Hex8B70AC132302110b1b38
Octal21316025423430414133370
Binary1000101111100001010110010011100011010000110000101111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B70AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,112,172); }

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

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

 a { background-color: rgb(139,112,172); }

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

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

 span { border-color: rgb(139,112,172); }

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