#8D6FBF

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

Shades of True V #8D6FBF

Tints of True V #8D6FBF

Color information

#8D6FBF (or 0x8D6FBF) is unknown color: approx True V. HEX triplet: 8D, 6F and BF. RGB value is (141,111,191). Sum of RGB (Red+Green+Blue) = 141+111+191=443 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.83% from 443); Green value is 111 (43.75% from 255 or 25.06% from 443); Blue value is 191 (75% from 255 or 43.12% from 443); Max value from RGB is 191 - color contains mainly: blue. Hex color #8D6FBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D6FBF is #729040. Grayscale: #808080. Windows color (decimal): -7508033 or 12545933. OLE color: 12545933.

HSL color Cylindrical-coordinate representation of color #8D6FBF: hue angle of 262.5º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8D6FBF is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB141111191-
CMYK0.260.4200.25
HSL262.5º38.46%59.22%-
HSV(B)262.5º41.88%74.9%-
XYZ26.0720.7951.93-
YUV129.09162.94136.5-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.83%
GREEN value IS 111 (43.75% from 255) = 25.06%
BLUE value IS 191 (75% from 255) = 43.12%
R=31.83%
G=25.06%
B=43.12%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1411111910.260.4200.25262.538.4659.22
Hex8D6FBF1A2A019106263b
Octal21515727732520314064673
Binary1000110111011111011111111010101010011001100000110100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D6FBF; }

 p { color: rgb(141,111,191); }

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

<style>
 a { background-color: #8D6FBF; }

 a { background-color: rgb(141,111,191); }

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

<style>
 span { border-color: #8D6FBF; }

 span { border-color: rgb(141,111,191); }

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