#8D6DCF

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

Shades of True V #8D6DCF

Tints of True V #8D6DCF

Color information

#8D6DCF (or 0x8D6DCF) is unknown color: approx True V. HEX triplet: 8D, 6D and CF. RGB value is (141,109,207). Sum of RGB (Red+Green+Blue) = 141+109+207=457 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.85% from 457); Green value is 109 (42.97% from 255 or 23.85% from 457); Blue value is 207 (81.25% from 255 or 45.30% from 457); Max value from RGB is 207 - color contains mainly: blue. Hex color #8D6DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D6DCF is #729230. Grayscale: #818181. Windows color (decimal): -7508529 or 13593997. OLE color: 13593997.

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

Color convert

RGB141109207-
CMYK0.320.4700.19
HSL259.59º50.52%61.96%-
HSV(B)259.59º47.34%81.18%-
XYZ27.7221.161.64-
YUV129.74171.6136.03-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.85%
GREEN value IS 109 (42.97% from 255) = 23.85%
BLUE value IS 207 (81.25% from 255) = 45.30%
R=30.85%
G=23.85%
B=45.30%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1411092070.320.4700.19259.5950.5261.96
Hex8D6DCF202F013104333e
Octal21515531740570234046376
Binary10001101110110111001111100000101111010011100000100110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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