#9176C1

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

Shades of True V #9176C1

Tints of True V #9176C1

Color information

#9176C1 (or 0x9176C1) is unknown color: approx True V. HEX triplet: 91, 76 and C1. RGB value is (145,118,193). Sum of RGB (Red+Green+Blue) = 145+118+193=456 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.80% from 456); Green value is 118 (46.48% from 255 or 25.88% from 456); Blue value is 193 (75.78% from 255 or 42.32% from 456); Max value from RGB is 193 - color contains mainly: blue. Hex color #9176C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9176C1 is #6E893E. Grayscale: #868686. Windows color (decimal): -7244095 or 12678801. OLE color: 12678801.

HSL color Cylindrical-coordinate representation of color #9176C1: hue angle of 261.6º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9176C1 is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB145118193-
CMYK0.250.3900.24
HSL261.6º37.69%60.98%-
HSV(B)261.6º38.86%75.69%-
XYZ27.7822.8353.39-
YUV134.62160.95135.4-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.80%
GREEN value IS 118 (46.48% from 255) = 25.88%
BLUE value IS 193 (75.78% from 255) = 42.32%
R=31.80%
G=25.88%
B=42.32%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1451181930.250.3900.24261.637.6960.98
Hex9176C11927018106263d
Octal22116630131470304064675
Binary1001000111101101100000111001100111011000100000110100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9176C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9176C1; }

 p { color: rgb(145,118,193); }

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

<style>
 a { background-color: #9176C1; }

 a { background-color: rgb(145,118,193); }

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

<style>
 span { border-color: #9176C1; }

 span { border-color: rgb(145,118,193); }

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