#9674AD

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

Shades of Ce Soir #9674AD

Tints of Ce Soir #9674AD

Color information

#9674AD (or 0x9674AD) is unknown color: approx Ce Soir. HEX triplet: 96, 74 and AD. RGB value is (150,116,173). Sum of RGB (Red+Green+Blue) = 150+116+173=439 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.17% from 439); Green value is 116 (45.70% from 255 or 26.42% from 439); Blue value is 173 (67.97% from 255 or 39.41% from 439); Max value from RGB is 173 - color contains mainly: blue. Hex color #9674AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9674AD is #698B52. Grayscale: #848484. Windows color (decimal): -6916947 or 11367574. OLE color: 11367574.

HSL color Cylindrical-coordinate representation of color #9674AD: hue angle of 275.79º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9674AD is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB150116173-
CMYK0.130.3300.32
HSL275.79º25.79%56.67%-
HSV(B)275.79º32.95%67.84%-
XYZ26.3721.9942.39-
YUV132.66150.76140.37-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.17%
GREEN value IS 116 (45.70% from 255) = 26.42%
BLUE value IS 173 (67.97% from 255) = 39.41%
R=34.17%
G=26.42%
B=39.41%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1501161730.130.3300.32275.7925.7956.67
Hex9674ADD210201141a39
Octal22616425515410404243271
Binary100101101110100101011011101100001010000010001010011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9674AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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