#8B70AA

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

Shades of Ce Soir #8B70AA

Tints of Ce Soir #8B70AA

Color information

#8B70AA (or 0x8B70AA) is unknown color: approx Ce Soir. HEX triplet: 8B, 70 and AA. RGB value is (139,112,170). Sum of RGB (Red+Green+Blue) = 139+112+170=421 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.02% from 421); Green value is 112 (44.14% from 255 or 26.60% from 421); Blue value is 170 (66.80% from 255 or 40.38% from 421); Max value from RGB is 170 - color contains mainly: blue. Hex color #8B70AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B70AA is #748F55. Grayscale: #7E7E7E. Windows color (decimal): -7638870 or 11169931. OLE color: 11169931.

HSL color Cylindrical-coordinate representation of color #8B70AA: hue angle of 267.93º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8B70AA is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB139112170-
CMYK0.180.3400.33
HSL267.93º25.44%55.29%-
HSV(B)267.93º34.12%66.67%-
XYZ23.719.9840.64-
YUV126.68152.45136.78-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.02%
GREEN value IS 112 (44.14% from 255) = 26.60%
BLUE value IS 170 (66.80% from 255) = 40.38%
R=33.02%
G=26.60%
B=40.38%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1391121700.180.3400.33267.9325.4455.29
Hex8B70AA122202110c1937
Octal21316025222420414143167
Binary1000101111100001010101010010100010010000110000110011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B70AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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