#9173CE

Color #9173CE True V (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of True V #9173CE

Tints of True V #9173CE

Color information

#9173CE (or 0x9173CE) is unknown color: approx True V. HEX triplet: 91, 73 and CE. RGB value is (145,115,206). Sum of RGB (Red+Green+Blue) = 145+115+206=466 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.12% from 466); Green value is 115 (45.31% from 255 or 24.68% from 466); Blue value is 206 (80.86% from 255 or 44.21% from 466); Max value from RGB is 206 - color contains mainly: blue. Hex color #9173CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9173CE is #6E8C31. Grayscale: #868686. Windows color (decimal): -7244850 or 13530001. OLE color: 13530001.

HSL color Cylindrical-coordinate representation of color #9173CE: hue angle of 259.78º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9173CE is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB145115206-
CMYK0.300.4400.19
HSL259.78º48.15%62.94%-
HSV(B)259.78º44.17%80.78%-
XYZ28.9522.7461.26-
YUV134.34168.44135.6-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.12%
GREEN value IS 115 (45.31% from 255) = 24.68%
BLUE value IS 206 (80.86% from 255) = 44.21%
R=31.12%
G=24.68%
B=44.21%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1451152060.300.4400.19259.7848.1562.94
Hex9173CE1E2C013104303f
Octal22116331636540234046077
Binary1001000111100111100111011110101100010011100000100110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9173CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9173CE; }

 p { color: rgb(145,115,206); }

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

<style>
 a { background-color: #9173CE; }

 a { background-color: rgb(145,115,206); }

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

<style>
 span { border-color: #9173CE; }

 span { border-color: rgb(145,115,206); }

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