#9177BF

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

Shades of True V #9177BF

Tints of True V #9177BF

Color information

#9177BF (or 0x9177BF) is unknown color: approx True V. HEX triplet: 91, 77 and BF. RGB value is (145,119,191). Sum of RGB (Red+Green+Blue) = 145+119+191=455 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.87% from 455); Green value is 119 (46.88% from 255 or 26.15% from 455); Blue value is 191 (75% from 255 or 41.98% from 455); Max value from RGB is 191 - color contains mainly: blue. Hex color #9177BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9177BF is #6E8840. Grayscale: #868686. Windows color (decimal): -7243841 or 12547985. OLE color: 12547985.

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

Color convert

RGB145119191-
CMYK0.240.3800.25
HSL261.67º36%60.78%-
HSV(B)261.67º37.7%74.9%-
XYZ27.6822.9752.27-
YUV134.98159.61135.15-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.87%
GREEN value IS 119 (46.88% from 255) = 26.15%
BLUE value IS 191 (75% from 255) = 41.98%
R=31.87%
G=26.15%
B=41.98%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1451191910.240.3800.25261.673660.78
Hex9177BF1826019106243d
Octal22116727730460314064475
Binary1001000111101111011111111000100110011001100000110100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9177BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9177BF; }

 p { color: rgb(145,119,191); }

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

<style>
 a { background-color: #9177BF; }

 a { background-color: rgb(145,119,191); }

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

<style>
 span { border-color: #9177BF; }

 span { border-color: rgb(145,119,191); }

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