#9170AE

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

Shades of Ce Soir #9170AE

Tints of Ce Soir #9170AE

Color information

#9170AE (or 0x9170AE) is unknown color: approx Ce Soir. HEX triplet: 91, 70 and AE. RGB value is (145,112,174). Sum of RGB (Red+Green+Blue) = 145+112+174=431 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.64% from 431); Green value is 112 (44.14% from 255 or 25.99% from 431); Blue value is 174 (68.36% from 255 or 40.37% from 431); Max value from RGB is 174 - color contains mainly: blue. Hex color #9170AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9170AE is #6E8F51. Grayscale: #808080. Windows color (decimal): -7245650 or 11432081. OLE color: 11432081.

HSL color Cylindrical-coordinate representation of color #9170AE: hue angle of 271.94º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9170AE is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB145112174-
CMYK0.170.3600.32
HSL271.94º27.68%56.08%-
HSV(B)271.94º35.63%68.24%-
XYZ25.1120.6642.71-
YUV128.94153.43139.46-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.64%
GREEN value IS 112 (44.14% from 255) = 25.99%
BLUE value IS 174 (68.36% from 255) = 40.37%
R=33.64%
G=25.99%
B=40.37%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1451121740.170.3600.32271.9427.6856.08
Hex9170AE11240201101c38
Octal22116025621440404203470
Binary1001000111100001010111010001100100010000010001000011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9170AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9170AE; }

 p { color: rgb(145,112,174); }

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

<style>
 a { background-color: #9170AE; }

 a { background-color: rgb(145,112,174); }

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

<style>
 span { border-color: #9170AE; }

 span { border-color: rgb(145,112,174); }

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