#8D6BCD

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

Shades of True V #8D6BCD

Tints of True V #8D6BCD

Color information

#8D6BCD (or 0x8D6BCD) is unknown color: approx True V. HEX triplet: 8D, 6B and CD. RGB value is (141,107,205). Sum of RGB (Red+Green+Blue) = 141+107+205=453 (60% of max value = 765). Red value is 141 (55.47% from 255 or 31.13% from 453); Green value is 107 (42.19% from 255 or 23.62% from 453); Blue value is 205 (80.47% from 255 or 45.25% from 453); Max value from RGB is 205 - color contains mainly: blue. Hex color #8D6BCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D6BCD is #729432. Grayscale: #7F7F7F. Windows color (decimal): -7509043 or 13462413. OLE color: 13462413.

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

Color convert

RGB141107205-
CMYK0.310.4800.20
HSL260.82º49.49%61.18%-
HSV(B)260.82º47.8%80.39%-
XYZ27.2620.5960.29-
YUV128.34171.26137.03-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.13%
GREEN value IS 107 (42.19% from 255) = 23.62%
BLUE value IS 205 (80.47% from 255) = 45.25%
R=31.13%
G=23.62%
B=45.25%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1411072050.310.4800.20260.8249.4961.18
Hex8D6BCD1F30014105313d
Octal21515331537600244056175
Binary1000110111010111100110111111110000010100100000101110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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