#9180C9

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

Shades of True V #9180C9

Tints of True V #9180C9

Color information

#9180C9 (or 0x9180C9) is unknown color: approx True V. HEX triplet: 91, 80 and C9. RGB value is (145,128,201). Sum of RGB (Red+Green+Blue) = 145+128+201=474 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.59% from 474); Green value is 128 (50.39% from 255 or 27.00% from 474); Blue value is 201 (78.91% from 255 or 42.41% from 474); Max value from RGB is 201 - color contains mainly: blue. Hex color #9180C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9180C9 is #6E7F36. Grayscale: #8D8D8D. Windows color (decimal): -7241527 or 13205649. OLE color: 13205649.

HSL color Cylindrical-coordinate representation of color #9180C9: hue angle of 253.97º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9180C9 is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB145128201-
CMYK0.280.3600.21
HSL253.97º40.33%64.51%-
HSV(B)253.97º36.32%78.82%-
XYZ29.9425.6858.64-
YUV141.4161.63130.56-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.59%
GREEN value IS 128 (50.39% from 255) = 27.00%
BLUE value IS 201 (78.91% from 255) = 42.41%
R=30.59%
G=27.00%
B=42.41%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1451282010.280.3600.21253.9740.3364.51
Hex9180C91C24015fe2841
Octal221200311344402537650101
Binary10010001100000001100100111100100100010101111111101010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9180C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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