#8D73BB

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

Shades of True V #8D73BB

Tints of True V #8D73BB

Color information

#8D73BB (or 0x8D73BB) is unknown color: approx True V. HEX triplet: 8D, 73 and BB. RGB value is (141,115,187). Sum of RGB (Red+Green+Blue) = 141+115+187=443 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.83% from 443); Green value is 115 (45.31% from 255 or 25.96% from 443); Blue value is 187 (73.44% from 255 or 42.21% from 443); Max value from RGB is 187 - color contains mainly: blue. Hex color #8D73BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D73BB is #728C44. Grayscale: #828282. Windows color (decimal): -7507013 or 12284813. OLE color: 12284813.

HSL color Cylindrical-coordinate representation of color #8D73BB: hue angle of 261.67º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8D73BB is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB141115187-
CMYK0.250.3900.27
HSL261.67º34.62%59.22%-
HSV(B)261.67º38.5%73.33%-
XYZ26.0821.5149.79-
YUV130.98159.61135.15-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.83%
GREEN value IS 115 (45.31% from 255) = 25.96%
BLUE value IS 187 (73.44% from 255) = 42.21%
R=31.83%
G=25.96%
B=42.21%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1411151870.250.3900.27261.6734.6259.22
Hex8D73BB192701B106233b
Octal21516327331470334064373
Binary1000110111100111011101111001100111011011100000110100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D73BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,115,187); }

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

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

 a { background-color: rgb(141,115,187); }

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

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

 span { border-color: rgb(141,115,187); }

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