#9181C9

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

Shades of True V #9181C9

Tints of True V #9181C9

Color information

#9181C9 (or 0x9181C9) is unknown color: approx True V. HEX triplet: 91, 81 and C9. RGB value is (145,129,201). Sum of RGB (Red+Green+Blue) = 145+129+201=475 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.53% from 475); Green value is 129 (50.78% from 255 or 27.16% from 475); Blue value is 201 (78.91% from 255 or 42.32% from 475); Max value from RGB is 201 - color contains mainly: blue. Hex color #9181C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9181C9 is #6E7E36. Grayscale: #8D8D8D. Windows color (decimal): -7241271 or 13205905. OLE color: 13205905.

HSL color Cylindrical-coordinate representation of color #9181C9: hue angle of 253.33º 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 #9181C9 is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB145129201-
CMYK0.280.3600.21
HSL253.33º40%64.71%-
HSV(B)253.33º35.82%78.82%-
XYZ30.0725.9458.68-
YUV141.99161.3130.15-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.53%
GREEN value IS 129 (50.78% from 255) = 27.16%
BLUE value IS 201 (78.91% from 255) = 42.32%
R=30.53%
G=27.16%
B=42.32%

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
Decimal1451292010.280.3600.21253.334064.71
Hex9181C91C24015fd2841
Octal221201311344402537550101
Binary10010001100000011100100111100100100010101111111011010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9181C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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