#8B619C

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

Shades of Ce Soir #8B619C

Tints of Ce Soir #8B619C

Color information

#8B619C (or 0x8B619C) is unknown color: approx Ce Soir. HEX triplet: 8B, 61 and 9C. RGB value is (139,97,156). Sum of RGB (Red+Green+Blue) = 139+97+156=392 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.46% from 392); Green value is 97 (38.28% from 255 or 24.74% from 392); Blue value is 156 (61.33% from 255 or 39.80% from 392); Max value from RGB is 156 - color contains mainly: blue. Hex color #8B619C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B619C is #749E63. Grayscale: #747474. Windows color (decimal): -7642724 or 10248587. OLE color: 10248587.

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

Color convert

RGB13997156-
CMYK0.110.3800.39
HSL282.71º23.32%49.61%-
HSV(B)282.71º37.82%61.18%-
XYZ20.9216.4433.52-
YUV116.28150.41144.2-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.46%
GREEN value IS 97 (38.28% from 255) = 24.74%
BLUE value IS 156 (61.33% from 255) = 39.80%
R=35.46%
G=24.74%
B=39.80%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal139971560.110.3800.39282.7123.3249.61
Hex8B619CB2602711b1732
Octal21314123413460474332762
Binary100010111100001100111001011100110010011110001101110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B619C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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