#9278AA

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

Shades of Ce Soir #9278AA

Tints of Ce Soir #9278AA

Color information

#9278AA (or 0x9278AA) is unknown color: approx Ce Soir. HEX triplet: 92, 78 and AA. RGB value is (146,120,170). Sum of RGB (Red+Green+Blue) = 146+120+170=436 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.49% from 436); Green value is 120 (47.27% from 255 or 27.52% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 170 - color contains mainly: blue. Hex color #9278AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9278AA is #6D8755. Grayscale: #858585. Windows color (decimal): -7178070 or 11171986. OLE color: 11171986.

HSL color Cylindrical-coordinate representation of color #9278AA: hue angle of 271.2º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9278AA is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB146120170-
CMYK0.140.2900.33
HSL271.2º22.73%56.86%-
HSV(B)271.2º29.41%66.67%-
XYZ25.8322.4541-
YUV133.47148.61136.93-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.49%
GREEN value IS 120 (47.27% from 255) = 27.52%
BLUE value IS 170 (66.80% from 255) = 38.99%
R=33.49%
G=27.52%
B=38.99%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1461201700.140.2900.33271.222.7356.86
Hex9278AAE1D02110f1739
Octal22217025216350414172771
Binary10010010111100010101010111011101010000110000111110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9278AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9278AA; }

 p { color: rgb(146,120,170); }

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

<style>
 a { background-color: #9278AA; }

 a { background-color: rgb(146,120,170); }

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

<style>
 span { border-color: #9278AA; }

 span { border-color: rgb(146,120,170); }

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