#9165AB

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

Shades of Ce Soir #9165AB

Tints of Ce Soir #9165AB

Color information

#9165AB (or 0x9165AB) is unknown color: approx Ce Soir. HEX triplet: 91, 65 and AB. RGB value is (145,101,171). Sum of RGB (Red+Green+Blue) = 145+101+171=417 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.77% from 417); Green value is 101 (39.84% from 255 or 24.22% from 417); Blue value is 171 (67.19% from 255 or 41.01% from 417); Max value from RGB is 171 - color contains mainly: blue. Hex color #9165AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9165AB is #6E9A54. Grayscale: #797979. Windows color (decimal): -7248469 or 11232657. OLE color: 11232657.

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

Color convert

RGB145101171-
CMYK0.150.4100.33
HSL277.71º29.41%53.33%-
HSV(B)277.71º40.94%67.06%-
XYZ23.6818.2740.81-
YUV122.14155.58144.31-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.77%
GREEN value IS 101 (39.84% from 255) = 24.22%
BLUE value IS 171 (67.19% from 255) = 41.01%
R=34.77%
G=24.22%
B=41.01%

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
Decimal1451011710.150.4100.33277.7129.4153.33
Hex9165ABF290211161d35
Octal22114525317510414263565
Binary100100011100101101010111111101001010000110001011011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9165AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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