#81609D

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

Shades of Ce Soir #81609D

Tints of Ce Soir #81609D

Color information

#81609D (or 0x81609D) is unknown color: approx Ce Soir. HEX triplet: 81, 60 and 9D. RGB value is (129,96,157). Sum of RGB (Red+Green+Blue) = 129+96+157=382 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.77% from 382); Green value is 96 (37.89% from 255 or 25.13% from 382); Blue value is 157 (61.72% from 255 or 41.10% from 382); Max value from RGB is 157 - color contains mainly: blue. Hex color #81609D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81609D is #7E9F62. Grayscale: #707070. Windows color (decimal): -8298339 or 10313857. OLE color: 10313857.

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

Color convert

RGB12996157-
CMYK0.180.3900.38
HSL272.46º24.11%49.61%-
HSV(B)272.46º38.85%61.57%-
XYZ19.3215.4733.87-
YUV112.82152.93139.54-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.77%
GREEN value IS 96 (37.89% from 255) = 25.13%
BLUE value IS 157 (61.72% from 255) = 41.10%
R=33.77%
G=25.13%
B=41.10%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal129961570.180.3900.38272.4624.1149.61
Hex81609D12270261101832
Octal20114023522470464203062
Binary1000000111000001001110110010100111010011010001000011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81609D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,96,157); }

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

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

 a { background-color: rgb(129,96,157); }

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

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

 span { border-color: rgb(129,96,157); }

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