#9468AA

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

Shades of Ce Soir #9468AA

Tints of Ce Soir #9468AA

Color information

#9468AA (or 0x9468AA) is unknown color: approx Ce Soir. HEX triplet: 94, 68 and AA. RGB value is (148,104,170). Sum of RGB (Red+Green+Blue) = 148+104+170=422 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.07% from 422); Green value is 104 (41.02% from 255 or 24.64% from 422); Blue value is 170 (66.80% from 255 or 40.28% from 422); Max value from RGB is 170 - color contains mainly: blue. Hex color #9468AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9468AA is #6B9755. Grayscale: #7C7C7C. Windows color (decimal): -7051094 or 11167892. OLE color: 11167892.

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

Color convert

RGB148104170-
CMYK0.130.3900.33
HSL280º27.97%53.73%-
HSV(B)280º38.82%66.67%-
XYZ24.4219.140.43-
YUV124.68153.58144.63-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.07%
GREEN value IS 104 (41.02% from 255) = 24.64%
BLUE value IS 170 (66.80% from 255) = 40.28%
R=35.07%
G=24.64%
B=40.28%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1481041700.130.3900.3328027.9753.73
Hex9468AAD270211181c36
Octal22415025215470414303466
Binary100101001101000101010101101100111010000110001100011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9468AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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