#9179BE

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

Shades of True V #9179BE

Tints of True V #9179BE

Color information

#9179BE (or 0x9179BE) is unknown color: approx True V. HEX triplet: 91, 79 and BE. RGB value is (145,121,190). Sum of RGB (Red+Green+Blue) = 145+121+190=456 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.80% from 456); Green value is 121 (47.66% from 255 or 26.54% from 456); Blue value is 190 (74.61% from 255 or 41.67% from 456); Max value from RGB is 190 - color contains mainly: blue. Hex color #9179BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9179BE is #6E8641. Grayscale: #878787. Windows color (decimal): -7243330 or 12482961. OLE color: 12482961.

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

Color convert

RGB145121190-
CMYK0.240.3600.25
HSL260.87º34.67%60.98%-
HSV(B)260.87º36.32%74.51%-
XYZ27.8123.4151.77-
YUV136.04158.45134.39-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.80%
GREEN value IS 121 (47.66% from 255) = 26.54%
BLUE value IS 190 (74.61% from 255) = 41.67%
R=31.80%
G=26.54%
B=41.67%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1451211900.240.3600.25260.8734.6760.98
Hex9179BE1824019105233d
Octal22117127630440314054375
Binary1001000111110011011111011000100100011001100000101100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9179BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9179BE; }

 p { color: rgb(145,121,190); }

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

<style>
 a { background-color: #9179BE; }

 a { background-color: rgb(145,121,190); }

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

<style>
 span { border-color: #9179BE; }

 span { border-color: rgb(145,121,190); }

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