#9180C5

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

Shades of True V #9180C5

Tints of True V #9180C5

Color information

#9180C5 (or 0x9180C5) is unknown color: approx True V. HEX triplet: 91, 80 and C5. RGB value is (145,128,197). Sum of RGB (Red+Green+Blue) = 145+128+197=470 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.85% from 470); Green value is 128 (50.39% from 255 or 27.23% from 470); Blue value is 197 (77.34% from 255 or 41.91% from 470); Max value from RGB is 197 - color contains mainly: blue. Hex color #9180C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9180C5 is #6E7F3A. Grayscale: #8C8C8C. Windows color (decimal): -7241531 or 12943505. OLE color: 12943505.

HSL color Cylindrical-coordinate representation of color #9180C5: hue angle of 254.78º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9180C5 is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB145128197-
CMYK0.260.3500.23
HSL254.78º37.3%63.73%-
HSV(B)254.78º35.03%77.25%-
XYZ29.4725.4956.19-
YUV140.95159.63130.89-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.85%
GREEN value IS 128 (50.39% from 255) = 27.23%
BLUE value IS 197 (77.34% from 255) = 41.91%
R=30.85%
G=27.23%
B=41.91%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1451281970.260.3500.23254.7837.363.73
Hex9180C51A23017ff2540
Octal221200305324302737745100
Binary10010001100000001100010111010100011010111111111111001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9180C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9180C5; }

 p { color: rgb(145,128,197); }

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

<style>
 a { background-color: #9180C5; }

 a { background-color: rgb(145,128,197); }

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

<style>
 span { border-color: #9180C5; }

 span { border-color: rgb(145,128,197); }

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