#9670AA

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

Shades of Ce Soir #9670AA

Tints of Ce Soir #9670AA

Color information

#9670AA (or 0x9670AA) is unknown color: approx Ce Soir. HEX triplet: 96, 70 and AA. RGB value is (150,112,170). Sum of RGB (Red+Green+Blue) = 150+112+170=432 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.72% from 432); Green value is 112 (44.14% from 255 or 25.93% from 432); Blue value is 170 (66.80% from 255 or 39.35% from 432); Max value from RGB is 170 - color contains mainly: blue. Hex color #9670AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9670AA is #698F55. Grayscale: #818181. Windows color (decimal): -6917974 or 11169942. OLE color: 11169942.

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

Color convert

RGB150112170-
CMYK0.120.3400.33
HSL279.31º25.44%55.29%-
HSV(B)279.31º34.12%66.67%-
XYZ25.6320.9740.73-
YUV129.97150.59142.28-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.72%
GREEN value IS 112 (44.14% from 255) = 25.93%
BLUE value IS 170 (66.80% from 255) = 39.35%
R=34.72%
G=25.93%
B=39.35%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1501121700.120.3400.33279.3125.4455.29
Hex9670AAC220211171937
Octal22616025214420414273167
Binary100101101110000101010101100100010010000110001011111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9670AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,112,170); }

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

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

 a { background-color: rgb(150,112,170); }

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

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

 span { border-color: rgb(150,112,170); }

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