#8D6ACE

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

Shades of True V #8D6ACE

Tints of True V #8D6ACE

Color information

#8D6ACE (or 0x8D6ACE) is unknown color: approx True V. HEX triplet: 8D, 6A and CE. RGB value is (141,106,206). Sum of RGB (Red+Green+Blue) = 141+106+206=453 (60% of max value = 765). Red value is 141 (55.47% from 255 or 31.13% from 453); Green value is 106 (41.80% from 255 or 23.40% from 453); Blue value is 206 (80.86% from 255 or 45.47% from 453); Max value from RGB is 206 - color contains mainly: blue. Hex color #8D6ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D6ACE is #729531. Grayscale: #7F7F7F. Windows color (decimal): -7509298 or 13527693. OLE color: 13527693.

HSL color Cylindrical-coordinate representation of color #8D6ACE: hue angle of 261º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8D6ACE is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB141106206-
CMYK0.320.4900.19
HSL261º50.51%61.18%-
HSV(B)261º48.54%80.78%-
XYZ27.2820.4360.9-
YUV127.86172.1137.37-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.13%
GREEN value IS 106 (41.80% from 255) = 23.40%
BLUE value IS 206 (80.86% from 255) = 45.47%
R=31.13%
G=23.40%
B=45.47%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1411062060.320.4900.1926150.5161.18
Hex8D6ACE2031013105333d
Octal21515231640610234056375
Binary10001101110101011001110100000110001010011100000101110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,106,206); }

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

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

 a { background-color: rgb(141,106,206); }

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

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

 span { border-color: rgb(141,106,206); }

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