#9670A4

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

Shades of Ce Soir #9670A4

Tints of Ce Soir #9670A4

Color information

#9670A4 (or 0x9670A4) is unknown color: approx Ce Soir. HEX triplet: 96, 70 and A4. RGB value is (150,112,164). Sum of RGB (Red+Green+Blue) = 150+112+164=426 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.21% from 426); Green value is 112 (44.14% from 255 or 26.29% from 426); Blue value is 164 (64.45% from 255 or 38.50% from 426); Max value from RGB is 164 - color contains mainly: blue. Hex color #9670A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9670A4 is #698F5B. Grayscale: #818181. Windows color (decimal): -6917980 or 10776726. OLE color: 10776726.

HSL color Cylindrical-coordinate representation of color #9670A4: hue angle of 283.85º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9670A4 is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB150112164-
CMYK0.090.3200.36
HSL283.85º22.22%54.12%-
HSV(B)283.85º31.71%64.31%-
XYZ25.0720.7537.81-
YUV129.29147.59142.77-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.21%
GREEN value IS 112 (44.14% from 255) = 26.29%
BLUE value IS 164 (64.45% from 255) = 38.50%
R=35.21%
G=26.29%
B=38.50%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1501121640.090.3200.36283.8522.2254.12
Hex9670A492002411c1636
Octal22616024411400444342666
Binary100101101110000101001001001100000010010010001110010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9670A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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