#9168AA

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

Shades of Ce Soir #9168AA

Tints of Ce Soir #9168AA

Color information

#9168AA (or 0x9168AA) is unknown color: approx Ce Soir. HEX triplet: 91, 68 and AA. RGB value is (145,104,170). Sum of RGB (Red+Green+Blue) = 145+104+170=419 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.61% from 419); Green value is 104 (41.02% from 255 or 24.82% from 419); Blue value is 170 (66.80% from 255 or 40.57% from 419); Max value from RGB is 170 - color contains mainly: blue. Hex color #9168AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9168AA is #6E9755. Grayscale: #7B7B7B. Windows color (decimal): -7247702 or 11167889. OLE color: 11167889.

HSL color Cylindrical-coordinate representation of color #9168AA: hue angle of 277.27º 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 #9168AA is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB145104170-
CMYK0.150.3900.33
HSL277.27º27.97%53.73%-
HSV(B)277.27º38.82%66.67%-
XYZ23.8818.8240.4-
YUV123.78154.08143.13-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.61%
GREEN value IS 104 (41.02% from 255) = 24.82%
BLUE value IS 170 (66.80% from 255) = 40.57%
R=34.61%
G=24.82%
B=40.57%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1451041700.150.3900.33277.2727.9753.73
Hex9168AAF270211151c36
Octal22115025217470414253466
Binary100100011101000101010101111100111010000110001010111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9168AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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