#8B669C

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

Shades of Ce Soir #8B669C

Tints of Ce Soir #8B669C

Color information

#8B669C (or 0x8B669C) is unknown color: approx Ce Soir. HEX triplet: 8B, 66 and 9C. RGB value is (139,102,156). Sum of RGB (Red+Green+Blue) = 139+102+156=397 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.01% from 397); Green value is 102 (40.23% from 255 or 25.69% from 397); Blue value is 156 (61.33% from 255 or 39.29% from 397); Max value from RGB is 156 - color contains mainly: blue. Hex color #8B669C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B669C is #749963. Grayscale: #777777. Windows color (decimal): -7641444 or 10249867. OLE color: 10249867.

HSL color Cylindrical-coordinate representation of color #8B669C: hue angle of 281.11º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8B669C is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB139102156-
CMYK0.110.3500.39
HSL281.11º21.43%50.59%-
HSV(B)281.11º34.62%61.18%-
XYZ21.417.3933.68-
YUV119.22148.76142.11-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.01%
GREEN value IS 102 (40.23% from 255) = 25.69%
BLUE value IS 156 (61.33% from 255) = 39.29%
R=35.01%
G=25.69%
B=39.29%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1391021560.110.3500.39281.1121.4350.59
Hex8B669CB230271191533
Octal21314623413430474312563
Binary100010111100110100111001011100011010011110001100110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B669C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,102,156); }

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

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

 a { background-color: rgb(139,102,156); }

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

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

 span { border-color: rgb(139,102,156); }

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