#8D7DB9

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

Shades of True V #8D7DB9

Tints of True V #8D7DB9

Color information

#8D7DB9 (or 0x8D7DB9) is unknown color: approx True V. HEX triplet: 8D, 7D and B9. RGB value is (141,125,185). Sum of RGB (Red+Green+Blue) = 141+125+185=451 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.26% from 451); Green value is 125 (49.22% from 255 or 27.72% from 451); Blue value is 185 (72.66% from 255 or 41.02% from 451); Max value from RGB is 185 - color contains mainly: blue. Hex color #8D7DB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D7DB9 is #728246. Grayscale: #888888. Windows color (decimal): -7504455 or 12156301. OLE color: 12156301.

HSL color Cylindrical-coordinate representation of color #8D7DB9: hue angle of 256º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8D7DB9 is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB141125185-
CMYK0.240.3200.27
HSL256º30%60.78%-
HSV(B)256º32.43%72.55%-
XYZ27.0823.8349.07-
YUV136.62155.3131.12-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.26%
GREEN value IS 125 (49.22% from 255) = 27.72%
BLUE value IS 185 (72.66% from 255) = 41.02%
R=31.26%
G=27.72%
B=41.02%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1411251850.240.3200.272563060.78
Hex8D7DB9182001B1001e3d
Octal21517527130400334003675
Binary100011011111101101110011100010000001101110000000011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,125,185); }

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

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

 a { background-color: rgb(141,125,185); }

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

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

 span { border-color: rgb(141,125,185); }

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