#9172AB

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

Shades of Ce Soir #9172AB

Tints of Ce Soir #9172AB

Color information

#9172AB (or 0x9172AB) is unknown color: approx Ce Soir. HEX triplet: 91, 72 and AB. RGB value is (145,114,171). Sum of RGB (Red+Green+Blue) = 145+114+171=430 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.72% from 430); Green value is 114 (44.92% from 255 or 26.51% from 430); Blue value is 171 (67.19% from 255 or 39.77% from 430); Max value from RGB is 171 - color contains mainly: blue. Hex color #9172AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9172AB is #6E8D54. Grayscale: #818181. Windows color (decimal): -7245141 or 11235985. OLE color: 11235985.

HSL color Cylindrical-coordinate representation of color #9172AB: hue angle of 272.63º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9172AB is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB145114171-
CMYK0.150.3300.33
HSL272.63º25.33%55.88%-
HSV(B)272.63º33.33%67.06%-
XYZ25.0520.9941.26-
YUV129.77151.27138.87-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.72%
GREEN value IS 114 (44.92% from 255) = 26.51%
BLUE value IS 171 (67.19% from 255) = 39.77%
R=33.72%
G=26.51%
B=39.77%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1451141710.150.3300.33272.6325.3355.88
Hex9172ABF210211111938
Octal22116225317410414213170
Binary100100011110010101010111111100001010000110001000111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9172AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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