#9175AB

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

Shades of Ce Soir #9175AB

Tints of Ce Soir #9175AB

Color information

#9175AB (or 0x9175AB) is unknown color: approx Ce Soir. HEX triplet: 91, 75 and AB. RGB value is (145,117,171). Sum of RGB (Red+Green+Blue) = 145+117+171=433 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.49% from 433); Green value is 117 (46.09% from 255 or 27.02% from 433); Blue value is 171 (67.19% from 255 or 39.49% from 433); Max value from RGB is 171 - color contains mainly: blue. Hex color #9175AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9175AB is #6E8A54. Grayscale: #838383. Windows color (decimal): -7244373 or 11236753. OLE color: 11236753.

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

Color convert

RGB145117171-
CMYK0.150.3200.33
HSL271.11º24.32%56.47%-
HSV(B)271.11º31.58%67.06%-
XYZ25.3921.6841.38-
YUV131.53150.28137.61-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.49%
GREEN value IS 117 (46.09% from 255) = 27.02%
BLUE value IS 171 (67.19% from 255) = 39.49%
R=33.49%
G=27.02%
B=39.49%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1451171710.150.3200.33271.1124.3256.47
Hex9175ABF2002110f1838
Octal22116525317400414173070
Binary100100011110101101010111111100000010000110000111111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9175AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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