#9469AA

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

Shades of Ce Soir #9469AA

Tints of Ce Soir #9469AA

Color information

#9469AA (or 0x9469AA) is unknown color: approx Ce Soir. HEX triplet: 94, 69 and AA. RGB value is (148,105,170). Sum of RGB (Red+Green+Blue) = 148+105+170=423 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.99% from 423); Green value is 105 (41.41% from 255 or 24.82% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 170 - color contains mainly: blue. Hex color #9469AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9469AA is #6B9655. Grayscale: #7D7D7D. Windows color (decimal): -7050838 or 11168148. OLE color: 11168148.

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

Color convert

RGB148105170-
CMYK0.130.3800.33
HSL279.69º27.66%53.92%-
HSV(B)279.69º38.24%66.67%-
XYZ24.5219.340.46-
YUV125.27153.25144.21-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.99%
GREEN value IS 105 (41.41% from 255) = 24.82%
BLUE value IS 170 (66.80% from 255) = 40.19%
R=34.99%
G=24.82%
B=40.19%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1481051700.130.3800.33279.6927.6653.92
Hex9469AAD260211181c36
Octal22415125215460414303466
Binary100101001101001101010101101100110010000110001100011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9469AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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