#9466AA

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

Shades of Ce Soir #9466AA

Tints of Ce Soir #9466AA

Color information

#9466AA (or 0x9466AA) is unknown color: approx Ce Soir. HEX triplet: 94, 66 and AA. RGB value is (148,102,170). Sum of RGB (Red+Green+Blue) = 148+102+170=420 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.24% from 420); Green value is 102 (40.23% from 255 or 24.29% from 420); Blue value is 170 (66.80% from 255 or 40.48% from 420); Max value from RGB is 170 - color contains mainly: blue. Hex color #9466AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9466AA is #6B9955. Grayscale: #7B7B7B. Windows color (decimal): -7051606 or 11167380. OLE color: 11167380.

HSL color Cylindrical-coordinate representation of color #9466AA: hue angle of 280.59º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9466AA is Cyan = 0.13, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB148102170-
CMYK0.130.400.33
HSL280.59º28.57%53.33%-
HSV(B)280.59º40%66.67%-
XYZ24.2218.740.36-
YUV123.51154.24145.47-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.24%
GREEN value IS 102 (40.23% from 255) = 24.29%
BLUE value IS 170 (66.80% from 255) = 40.48%
R=35.24%
G=24.29%
B=40.48%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1481021700.130.400.33280.5928.5753.33
Hex9466AAD280211191d35
Octal22414625215500414313565
Binary100101001100110101010101101101000010000110001100111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9466AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,102,170); }

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

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

 a { background-color: rgb(148,102,170); }

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

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

 span { border-color: rgb(148,102,170); }

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