#9173C8

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

Shades of True V #9173C8

Tints of True V #9173C8

Color information

#9173C8 (or 0x9173C8) is unknown color: approx True V. HEX triplet: 91, 73 and C8. RGB value is (145,115,200). Sum of RGB (Red+Green+Blue) = 145+115+200=460 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.52% from 460); Green value is 115 (45.31% from 255 or 25% from 460); Blue value is 200 (78.52% from 255 or 43.48% from 460); Max value from RGB is 200 - color contains mainly: blue. Hex color #9173C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9173C8 is #6E8C37. Grayscale: #858585. Windows color (decimal): -7244856 or 13136785. OLE color: 13136785.

HSL color Cylindrical-coordinate representation of color #9173C8: hue angle of 261.18º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9173C8 is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB145115200-
CMYK0.280.4200.22
HSL261.18º43.59%61.76%-
HSV(B)261.18º42.5%78.43%-
XYZ28.2322.4557.49-
YUV133.66165.44136.09-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.52%
GREEN value IS 115 (45.31% from 255) = 25%
BLUE value IS 200 (78.52% from 255) = 43.48%
R=31.52%
G=25%
B=43.48%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1451152000.280.4200.22261.1843.5961.76
Hex9173C81C2A0161052c3e
Octal22116331034520264055476
Binary1001000111100111100100011100101010010110100000101101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9173C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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