#9171CB

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

Shades of True V #9171CB

Tints of True V #9171CB

Color information

#9171CB (or 0x9171CB) is unknown color: approx True V. HEX triplet: 91, 71 and CB. RGB value is (145,113,203). Sum of RGB (Red+Green+Blue) = 145+113+203=461 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.45% from 461); Green value is 113 (44.53% from 255 or 24.51% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 203 - color contains mainly: blue. Hex color #9171CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9171CB is #6E8E34. Grayscale: #848484. Windows color (decimal): -7245365 or 13332881. OLE color: 13332881.

HSL color Cylindrical-coordinate representation of color #9171CB: hue angle of 261.33º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9171CB is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB145113203-
CMYK0.290.4400.20
HSL261.33º46.39%61.96%-
HSV(B)261.33º44.33%79.61%-
XYZ28.3622.1459.28-
YUV132.83167.6136.68-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.45%
GREEN value IS 113 (44.53% from 255) = 24.51%
BLUE value IS 203 (79.69% from 255) = 44.03%
R=31.45%
G=24.51%
B=44.03%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1451132030.290.4400.20261.3346.3961.96
Hex9171CB1D2C0141052e3e
Octal22116131335540244055676
Binary1001000111100011100101111101101100010100100000101101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9171CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9171CB; }

 p { color: rgb(145,113,203); }

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

<style>
 a { background-color: #9171CB; }

 a { background-color: rgb(145,113,203); }

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

<style>
 span { border-color: #9171CB; }

 span { border-color: rgb(145,113,203); }

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