#84619A

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

Shades of Ce Soir #84619A

Tints of Ce Soir #84619A

Color information

#84619A (or 0x84619A) is unknown color: approx Ce Soir. HEX triplet: 84, 61 and 9A. RGB value is (132,97,154). Sum of RGB (Red+Green+Blue) = 132+97+154=383 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.46% from 383); Green value is 97 (38.28% from 255 or 25.33% from 383); Blue value is 154 (60.55% from 255 or 40.21% from 383); Max value from RGB is 154 - color contains mainly: blue. Hex color #84619A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84619A is #7B9E65. Grayscale: #717171. Windows color (decimal): -8101478 or 10117508. OLE color: 10117508.

HSL color Cylindrical-coordinate representation of color #84619A: hue angle of 276.84º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #84619A is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB13297154-
CMYK0.140.3700.40
HSL276.84º22.71%49.22%-
HSV(B)276.84º37.01%60.39%-
XYZ19.6215.7932.58-
YUV113.96150.6140.87-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.46%
GREEN value IS 97 (38.28% from 255) = 25.33%
BLUE value IS 154 (60.55% from 255) = 40.21%
R=34.46%
G=25.33%
B=40.21%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal132971540.140.3700.40276.8422.7149.22
Hex84619AE250281151731
Octal20414123216450504252761
Binary100001001100001100110101110100101010100010001010110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84619A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84619A; }

 p { color: rgb(132,97,154); }

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

<style>
 a { background-color: #84619A; }

 a { background-color: rgb(132,97,154); }

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

<style>
 span { border-color: #84619A; }

 span { border-color: rgb(132,97,154); }

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