#9165AA

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

Shades of Ce Soir #9165AA

Tints of Ce Soir #9165AA

Color information

#9165AA (or 0x9165AA) is unknown color: approx Ce Soir. HEX triplet: 91, 65 and AA. RGB value is (145,101,170). Sum of RGB (Red+Green+Blue) = 145+101+170=416 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.86% from 416); Green value is 101 (39.84% from 255 or 24.28% from 416); Blue value is 170 (66.80% from 255 or 40.87% from 416); Max value from RGB is 170 - color contains mainly: blue. Hex color #9165AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9165AA is #6E9A55. Grayscale: #797979. Windows color (decimal): -7248470 or 11167121. OLE color: 11167121.

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

Color convert

RGB145101170-
CMYK0.150.4100.33
HSL278.26º28.87%53.14%-
HSV(B)278.26º40.59%66.67%-
XYZ23.5918.2340.31-
YUV122.02155.08144.39-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.86%
GREEN value IS 101 (39.84% from 255) = 24.28%
BLUE value IS 170 (66.80% from 255) = 40.87%
R=34.86%
G=24.28%
B=40.87%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1451011700.150.4100.33278.2628.8753.14
Hex9165AAF290211161d35
Octal22114525217510414263565
Binary100100011100101101010101111101001010000110001011011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9165AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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