#8862B1

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

Shades of Ce Soir #8862B1

Tints of Ce Soir #8862B1

Color information

#8862B1 (or 0x8862B1) is unknown color: approx Ce Soir. HEX triplet: 88, 62 and B1. RGB value is (136,98,177). Sum of RGB (Red+Green+Blue) = 136+98+177=411 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.09% from 411); Green value is 98 (38.67% from 255 or 23.84% from 411); Blue value is 177 (69.53% from 255 or 43.07% from 411); Max value from RGB is 177 - color contains mainly: blue. Hex color #8862B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8862B1 is #779D4E. Grayscale: #767676. Windows color (decimal): -7839055 or 11625096. OLE color: 11625096.

HSL color Cylindrical-coordinate representation of color #8862B1: hue angle of 268.86º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8862B1 is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13698177-
CMYK0.230.4500.31
HSL268.86º33.62%53.92%-
HSV(B)268.86º44.63%69.41%-
XYZ22.4617.1443.72-
YUV118.37161.09140.58-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.09%
GREEN value IS 98 (38.67% from 255) = 23.84%
BLUE value IS 177 (69.53% from 255) = 43.07%
R=33.09%
G=23.84%
B=43.07%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal136981770.230.4500.31268.8633.6253.92
Hex8862B1172D01F10d2236
Octal21014226127550374154266
Binary1000100011000101011000110111101101011111100001101100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8862B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8862B1; }

 p { color: rgb(136,98,177); }

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

<style>
 a { background-color: #8862B1; }

 a { background-color: rgb(136,98,177); }

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

<style>
 span { border-color: #8862B1; }

 span { border-color: rgb(136,98,177); }

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