#9170A4

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

Shades of Ce Soir #9170A4

Tints of Ce Soir #9170A4

Color information

#9170A4 (or 0x9170A4) is unknown color: approx Ce Soir. HEX triplet: 91, 70 and A4. RGB value is (145,112,164). Sum of RGB (Red+Green+Blue) = 145+112+164=421 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.44% from 421); Green value is 112 (44.14% from 255 or 26.60% from 421); Blue value is 164 (64.45% from 255 or 38.95% from 421); Max value from RGB is 164 - color contains mainly: blue. Hex color #9170A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9170A4 is #6E8F5B. Grayscale: #7F7F7F. Windows color (decimal): -7245660 or 10776721. OLE color: 10776721.

HSL color Cylindrical-coordinate representation of color #9170A4: hue angle of 278.08º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9170A4 is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB145112164-
CMYK0.120.3200.36
HSL278.08º22.22%54.12%-
HSV(B)278.08º31.71%64.31%-
XYZ24.1720.2937.76-
YUV127.79148.43140.27-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.44%
GREEN value IS 112 (44.14% from 255) = 26.60%
BLUE value IS 164 (64.45% from 255) = 38.95%
R=34.44%
G=26.60%
B=38.95%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1451121640.120.3200.36278.0822.2254.12
Hex9170A4C200241161636
Octal22116024414400444262666
Binary100100011110000101001001100100000010010010001011010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9170A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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