#9076AB

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

Shades of Ce Soir #9076AB

Tints of Ce Soir #9076AB

Color information

#9076AB (or 0x9076AB) is unknown color: approx Ce Soir. HEX triplet: 90, 76 and AB. RGB value is (144,118,171). Sum of RGB (Red+Green+Blue) = 144+118+171=433 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.26% from 433); Green value is 118 (46.48% from 255 or 27.25% from 433); Blue value is 171 (67.19% from 255 or 39.49% from 433); Max value from RGB is 171 - color contains mainly: blue. Hex color #9076AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9076AB is #6F8954. Grayscale: #838383. Windows color (decimal): -7309653 or 11237008. OLE color: 11237008.

HSL color Cylindrical-coordinate representation of color #9076AB: hue angle of 269.43º 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 #9076AB is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB144118171-
CMYK0.160.3100.33
HSL269.43º23.98%56.67%-
HSV(B)269.43º30.99%67.06%-
XYZ25.3321.8341.41-
YUV131.82150.11136.69-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.26%
GREEN value IS 118 (46.48% from 255) = 27.25%
BLUE value IS 171 (67.19% from 255) = 39.49%
R=33.26%
G=27.25%
B=39.49%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1441181710.160.3100.33269.4323.9856.67
Hex9076AB101F02110d1839
Octal22016625320370414153071
Binary100100001110110101010111000011111010000110000110111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9076AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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