#9178C1

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

Shades of True V #9178C1

Tints of True V #9178C1

Color information

#9178C1 (or 0x9178C1) is unknown color: approx True V. HEX triplet: 91, 78 and C1. RGB value is (145,120,193). Sum of RGB (Red+Green+Blue) = 145+120+193=458 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.66% from 458); Green value is 120 (47.27% from 255 or 26.20% from 458); Blue value is 193 (75.78% from 255 or 42.14% from 458); Max value from RGB is 193 - color contains mainly: blue. Hex color #9178C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9178C1 is #6E873E. Grayscale: #878787. Windows color (decimal): -7243583 or 12679313. OLE color: 12679313.

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

Color convert

RGB145120193-
CMYK0.250.3800.24
HSL260.55º37.06%61.37%-
HSV(B)260.55º37.82%75.69%-
XYZ28.0223.353.47-
YUV135.8160.28134.56-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.66%
GREEN value IS 120 (47.27% from 255) = 26.20%
BLUE value IS 193 (75.78% from 255) = 42.14%
R=31.66%
G=26.20%
B=42.14%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1451201930.250.3800.24260.5537.0661.37
Hex9178C11926018105253d
Octal22117030131460304054575
Binary1001000111110001100000111001100110011000100000101100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9178C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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