#8D7ABD

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

Shades of True V #8D7ABD

Tints of True V #8D7ABD

Color information

#8D7ABD (or 0x8D7ABD) is unknown color: approx True V. HEX triplet: 8D, 7A and BD. RGB value is (141,122,189). Sum of RGB (Red+Green+Blue) = 141+122+189=452 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.19% from 452); Green value is 122 (48.05% from 255 or 26.99% from 452); Blue value is 189 (74.22% from 255 or 41.81% from 452); Max value from RGB is 189 - color contains mainly: blue. Hex color #8D7ABD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D7ABD is #728542. Grayscale: #878787. Windows color (decimal): -7505219 or 12417677. OLE color: 12417677.

HSL color Cylindrical-coordinate representation of color #8D7ABD: hue angle of 257.01º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8D7ABD is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB141122189-
CMYK0.250.3500.26
HSL257.01º33.67%60.98%-
HSV(B)257.01º35.45%74.12%-
XYZ27.1323.2651.2-
YUV135.32158.29132.05-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.19%
GREEN value IS 122 (48.05% from 255) = 26.99%
BLUE value IS 189 (74.22% from 255) = 41.81%
R=31.19%
G=26.99%
B=41.81%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1411221890.250.3500.26257.0133.6760.98
Hex8D7ABD192301A101223d
Octal21517227531430324014275
Binary1000110111110101011110111001100011011010100000001100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,122,189); }

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

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

 a { background-color: rgb(141,122,189); }

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

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

 span { border-color: rgb(141,122,189); }

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