#9674AB

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

Shades of Ce Soir #9674AB

Tints of Ce Soir #9674AB

Color information

#9674AB (or 0x9674AB) is unknown color: approx Ce Soir. HEX triplet: 96, 74 and AB. RGB value is (150,116,171). Sum of RGB (Red+Green+Blue) = 150+116+171=437 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.32% from 437); Green value is 116 (45.70% from 255 or 26.54% 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 #9674AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9674AB is #698B54. Grayscale: #848484. Windows color (decimal): -6916949 or 11236502. OLE color: 11236502.

HSL color Cylindrical-coordinate representation of color #9674AB: hue angle of 277.09º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9674AB is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB150116171-
CMYK0.120.3200.33
HSL277.09º24.66%56.27%-
HSV(B)277.09º32.16%67.06%-
XYZ26.1721.9241.38-
YUV132.44149.76140.53-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.32%
GREEN value IS 116 (45.70% from 255) = 26.54%
BLUE value IS 171 (67.19% from 255) = 39.13%
R=34.32%
G=26.54%
B=39.13%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1501161710.120.3200.33277.0924.6656.27
Hex9674ABC200211151938
Octal22616425314400414253170
Binary100101101110100101010111100100000010000110001010111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9674AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,116,171); }

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

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

 a { background-color: rgb(150,116,171); }

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

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

 span { border-color: rgb(150,116,171); }

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