#9170AD

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

Shades of Ce Soir #9170AD

Tints of Ce Soir #9170AD

Color information

#9170AD (or 0x9170AD) is unknown color: approx Ce Soir. HEX triplet: 91, 70 and AD. RGB value is (145,112,173). Sum of RGB (Red+Green+Blue) = 145+112+173=430 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.72% from 430); Green value is 112 (44.14% from 255 or 26.05% from 430); Blue value is 173 (67.97% from 255 or 40.23% from 430); Max value from RGB is 173 - color contains mainly: blue. Hex color #9170AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9170AD is #6E8F52. Grayscale: #808080. Windows color (decimal): -7245651 or 11366545. OLE color: 11366545.

HSL color Cylindrical-coordinate representation of color #9170AD: hue angle of 272.46º 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 #9170AD is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB145112173-
CMYK0.160.3500.32
HSL272.46º27.11%55.88%-
HSV(B)272.46º35.26%67.84%-
XYZ25.0120.6342.2-
YUV128.82152.93139.54-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.72%
GREEN value IS 112 (44.14% from 255) = 26.05%
BLUE value IS 173 (67.97% from 255) = 40.23%
R=33.72%
G=26.05%
B=40.23%

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
Decimal1451121730.160.3500.32272.4627.1155.88
Hex9170AD10230201101b38
Octal22116025520430404203370
Binary1001000111100001010110110000100011010000010001000011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9170AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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