#86629F

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

Shades of Ce Soir #86629F

Tints of Ce Soir #86629F

Color information

#86629F (or 0x86629F) is unknown color: approx Ce Soir. HEX triplet: 86, 62 and 9F. RGB value is (134,98,159). Sum of RGB (Red+Green+Blue) = 134+98+159=391 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.27% from 391); Green value is 98 (38.67% from 255 or 25.06% from 391); Blue value is 159 (62.5% from 255 or 40.66% from 391); Max value from RGB is 159 - color contains mainly: blue. Hex color #86629F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86629F is #799D60. Grayscale: #737373. Windows color (decimal): -7970145 or 10445446. OLE color: 10445446.

HSL color Cylindrical-coordinate representation of color #86629F: hue angle of 275.41º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #86629F is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13498159-
CMYK0.160.3800.38
HSL275.41º24.11%50.39%-
HSV(B)275.41º38.36%62.35%-
XYZ20.4616.3134.87-
YUV115.72152.43141.04-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.27%
GREEN value IS 98 (38.67% from 255) = 25.06%
BLUE value IS 159 (62.5% from 255) = 40.66%
R=34.27%
G=25.06%
B=40.66%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal134981590.160.3800.38275.4124.1150.39
Hex86629F10260261131832
Octal20614223720460464233062
Binary1000011011000101001111110000100110010011010001001111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86629F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86629F; }

 p { color: rgb(134,98,159); }

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

<style>
 a { background-color: #86629F; }

 a { background-color: rgb(134,98,159); }

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

<style>
 span { border-color: #86629F; }

 span { border-color: rgb(134,98,159); }

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