#9E819C

Color #9E819C Bouquet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bouquet #9E819C

Tints of Bouquet #9E819C

Color information

#9E819C (or 0x9E819C) is unknown color: approx Bouquet. HEX triplet: 9E, 81 and 9C. RGB value is (158,129,156). Sum of RGB (Red+Green+Blue) = 158+129+156=443 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.67% from 443); Green value is 129 (50.78% from 255 or 29.12% from 443); Blue value is 156 (61.33% from 255 or 35.21% from 443); Max value from RGB is 158 - color contains mainly: red. Hex color #9E819C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E819C is #617E63. Grayscale: #8C8C8C. Windows color (decimal): -6389348 or 10256798. OLE color: 10256798.

HSL color Cylindrical-coordinate representation of color #9E819C: hue angle of 304.14º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9E819C is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB158129156-
CMYK00.180.010.38
HSL304.14º13%56.27%-
HSV(B)304.14º18.35%61.96%-
XYZ27.9525.3734.88-
YUV140.75136.61140.3-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.67%
GREEN value IS 129 (50.78% from 255) = 29.12%
BLUE value IS 156 (61.33% from 255) = 35.21%
R=35.67%
G=29.12%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15812915600.180.010.38304.141356.27
Hex9E819C012126130d38
Octal2362012340221464601570
Binary10011110100000011001110001001011001101001100001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E819C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E819C; }

 p { color: rgb(158,129,156); }

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

<style>
 a { background-color: #9E819C; }

 a { background-color: rgb(158,129,156); }

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

<style>
 span { border-color: #9E819C; }

 span { border-color: rgb(158,129,156); }

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