#8D6DCD

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

Shades of True V #8D6DCD

Tints of True V #8D6DCD

Color information

#8D6DCD (or 0x8D6DCD) is unknown color: approx True V. HEX triplet: 8D, 6D and CD. RGB value is (141,109,205). Sum of RGB (Red+Green+Blue) = 141+109+205=455 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.99% from 455); Green value is 109 (42.97% from 255 or 23.96% from 455); Blue value is 205 (80.47% from 255 or 45.05% from 455); Max value from RGB is 205 - color contains mainly: blue. Hex color #8D6DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D6DCD is #729232. Grayscale: #818181. Windows color (decimal): -7508531 or 13462925. OLE color: 13462925.

HSL color Cylindrical-coordinate representation of color #8D6DCD: hue angle of 260º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8D6DCD is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB141109205-
CMYK0.310.4700.20
HSL260º48.98%61.57%-
HSV(B)260º46.83%80.39%-
XYZ27.4721.0160.36-
YUV129.51170.6136.19-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.99%
GREEN value IS 109 (42.97% from 255) = 23.96%
BLUE value IS 205 (80.47% from 255) = 45.05%
R=30.99%
G=23.96%
B=45.05%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1411092050.310.4700.2026048.9861.57
Hex8D6DCD1F2F014104313e
Octal21515531537570244046176
Binary1000110111011011100110111111101111010100100000100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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