#9476AB

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

Shades of Ce Soir #9476AB

Tints of Ce Soir #9476AB

Color information

#9476AB (or 0x9476AB) is unknown color: approx Ce Soir. HEX triplet: 94, 76 and AB. RGB value is (148,118,171). Sum of RGB (Red+Green+Blue) = 148+118+171=437 (57% of max value = 765). Red value is 148 (58.20% from 255 or 33.87% from 437); Green value is 118 (46.48% from 255 or 27.00% from 437); Blue value is 171 (67.19% from 255 or 39.13% from 437); Max value from RGB is 171 - color contains mainly: blue. Hex color #9476AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9476AB is #6B8954. Grayscale: #848484. Windows color (decimal): -7047509 or 11237012. OLE color: 11237012.

HSL color Cylindrical-coordinate representation of color #9476AB: hue angle of 273.96º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9476AB is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB148118171-
CMYK0.130.3100.33
HSL273.96º23.98%56.67%-
HSV(B)273.96º30.99%67.06%-
XYZ26.0422.1941.44-
YUV133.01149.44138.69-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.87%
GREEN value IS 118 (46.48% from 255) = 27.00%
BLUE value IS 171 (67.19% from 255) = 39.13%
R=33.87%
G=27.00%
B=39.13%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1481181710.130.3100.33273.9623.9856.67
Hex9476ABD1F0211121839
Octal22416625315370414223071
Binary10010100111011010101011110111111010000110001001011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9476AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9476AB; }

 p { color: rgb(148,118,171); }

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

<style>
 a { background-color: #9476AB; }

 a { background-color: rgb(148,118,171); }

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

<style>
 span { border-color: #9476AB; }

 span { border-color: rgb(148,118,171); }

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