#8D6DC1

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

Shades of True V #8D6DC1

Tints of True V #8D6DC1

Color information

#8D6DC1 (or 0x8D6DC1) is unknown color: approx True V. HEX triplet: 8D, 6D and C1. RGB value is (141,109,193). Sum of RGB (Red+Green+Blue) = 141+109+193=443 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.83% from 443); Green value is 109 (42.97% from 255 or 24.60% from 443); Blue value is 193 (75.78% from 255 or 43.57% from 443); Max value from RGB is 193 - color contains mainly: blue. Hex color #8D6DC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D6DC1 is #72923E. Grayscale: #7F7F7F. Windows color (decimal): -7508543 or 12676493. OLE color: 12676493.

HSL color Cylindrical-coordinate representation of color #8D6DC1: hue angle of 262.86º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8D6DC1 is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB141109193-
CMYK0.270.4400.24
HSL262.86º40.38%59.22%-
HSV(B)262.86º43.52%75.69%-
XYZ26.0820.4553.02-
YUV128.14164.6137.17-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.83%
GREEN value IS 109 (42.97% from 255) = 24.60%
BLUE value IS 193 (75.78% from 255) = 43.57%
R=31.83%
G=24.60%
B=43.57%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1411091930.270.4400.24262.8640.3859.22
Hex8D6DC11B2C018107283b
Octal21515530133540304075073
Binary1000110111011011100000111011101100011000100000111101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,109,193); }

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

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

 a { background-color: rgb(141,109,193); }

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

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

 span { border-color: rgb(141,109,193); }

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