#8F63B2

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

Shades of Ce Soir #8F63B2

Tints of Ce Soir #8F63B2

Color information

#8F63B2 (or 0x8F63B2) is unknown color: approx Ce Soir. HEX triplet: 8F, 63 and B2. RGB value is (143,99,178). Sum of RGB (Red+Green+Blue) = 143+99+178=420 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.05% from 420); Green value is 99 (39.06% from 255 or 23.57% from 420); Blue value is 178 (69.92% from 255 or 42.38% from 420); Max value from RGB is 178 - color contains mainly: blue. Hex color #8F63B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F63B2 is #709C4D. Grayscale: #787878. Windows color (decimal): -7380046 or 11690895. OLE color: 11690895.

HSL color Cylindrical-coordinate representation of color #8F63B2: hue angle of 273.42º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8F63B2 is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB14399178-
CMYK0.200.4400.30
HSL273.42º33.91%54.31%-
HSV(B)273.42º44.38%69.8%-
XYZ23.8317.9844.33-
YUV121.16160.08143.58-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.05%
GREEN value IS 99 (39.06% from 255) = 23.57%
BLUE value IS 178 (69.92% from 255) = 42.38%
R=34.05%
G=23.57%
B=42.38%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal143991780.200.4400.30273.4233.9154.31
Hex8F63B2142C01E1112236
Octal21714326224540364214266
Binary1000111111000111011001010100101100011110100010001100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F63B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,99,178); }

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

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

 a { background-color: rgb(143,99,178); }

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

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

 span { border-color: rgb(143,99,178); }

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