#9171AD

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

Shades of Ce Soir #9171AD

Tints of Ce Soir #9171AD

Color information

#9171AD (or 0x9171AD) is unknown color: approx Ce Soir. HEX triplet: 91, 71 and AD. RGB value is (145,113,173). Sum of RGB (Red+Green+Blue) = 145+113+173=431 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.64% from 431); Green value is 113 (44.53% from 255 or 26.22% from 431); Blue value is 173 (67.97% from 255 or 40.14% from 431); Max value from RGB is 173 - color contains mainly: blue. Hex color #9171AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9171AD is #6E8E52. Grayscale: #818181. Windows color (decimal): -7245395 or 11366801. OLE color: 11366801.

HSL color Cylindrical-coordinate representation of color #9171AD: hue angle of 272º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9171AD is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB145113173-
CMYK0.160.3500.32
HSL272º26.79%56.08%-
HSV(B)272º34.68%67.84%-
XYZ25.1320.8542.23-
YUV129.41152.6139.12-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.64%
GREEN value IS 113 (44.53% from 255) = 26.22%
BLUE value IS 173 (67.97% from 255) = 40.14%
R=33.64%
G=26.22%
B=40.14%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1451131730.160.3500.3227226.7956.08
Hex9171AD10230201101b38
Octal22116125520430404203370
Binary1001000111100011010110110000100011010000010001000011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9171AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9171AD; }

 p { color: rgb(145,113,173); }

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

<style>
 a { background-color: #9171AD; }

 a { background-color: rgb(145,113,173); }

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

<style>
 span { border-color: #9171AD; }

 span { border-color: rgb(145,113,173); }

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