#9180C7

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

Shades of True V #9180C7

Tints of True V #9180C7

Color information

#9180C7 (or 0x9180C7) is unknown color: approx True V. HEX triplet: 91, 80 and C7. RGB value is (145,128,199). Sum of RGB (Red+Green+Blue) = 145+128+199=472 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.72% from 472); Green value is 128 (50.39% from 255 or 27.12% from 472); Blue value is 199 (78.12% from 255 or 42.16% from 472); Max value from RGB is 199 - color contains mainly: blue. Hex color #9180C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9180C7 is #6E7F38. Grayscale: #8C8C8C. Windows color (decimal): -7241529 or 13074577. OLE color: 13074577.

HSL color Cylindrical-coordinate representation of color #9180C7: hue angle of 254.37º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9180C7 is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB145128199-
CMYK0.270.3600.22
HSL254.37º38.8%64.12%-
HSV(B)254.37º35.68%78.04%-
XYZ29.7125.5857.4-
YUV141.18160.63130.73-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.72%
GREEN value IS 128 (50.39% from 255) = 27.12%
BLUE value IS 199 (78.12% from 255) = 42.16%
R=30.72%
G=27.12%
B=42.16%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1451281990.270.3600.22254.3738.864.12
Hex9180C71B24016fe2740
Octal221200307334402637647100
Binary10010001100000001100011111011100100010110111111101001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9180C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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