#84629D

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

Shades of Ce Soir #84629D

Tints of Ce Soir #84629D

Color information

#84629D (or 0x84629D) is unknown color: approx Ce Soir. HEX triplet: 84, 62 and 9D. RGB value is (132,98,157). Sum of RGB (Red+Green+Blue) = 132+98+157=387 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.11% from 387); Green value is 98 (38.67% from 255 or 25.32% from 387); Blue value is 157 (61.72% from 255 or 40.57% from 387); Max value from RGB is 157 - color contains mainly: blue. Hex color #84629D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84629D is #7B9D62. Grayscale: #727272. Windows color (decimal): -8101219 or 10314372. OLE color: 10314372.

HSL color Cylindrical-coordinate representation of color #84629D: hue angle of 274.58º degrees, saturation: 0.23, 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 #84629D is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13298157-
CMYK0.160.3800.38
HSL274.58º23.14%50%-
HSV(B)274.58º37.58%61.57%-
XYZ19.9716.0833.95-
YUV114.89151.76140.2-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.11%
GREEN value IS 98 (38.67% from 255) = 25.32%
BLUE value IS 157 (61.72% from 255) = 40.57%
R=34.11%
G=25.32%
B=40.57%

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
Decimal132981570.160.3800.38274.5823.1450
Hex84629D10260261131732
Octal20414223520460464232762
Binary1000010011000101001110110000100110010011010001001110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84629D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84629D; }

 p { color: rgb(132,98,157); }

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

<style>
 a { background-color: #84629D; }

 a { background-color: rgb(132,98,157); }

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

<style>
 span { border-color: #84629D; }

 span { border-color: rgb(132,98,157); }

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