#8D73BE

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

Shades of True V #8D73BE

Tints of True V #8D73BE

Color information

#8D73BE (or 0x8D73BE) is unknown color: approx True V. HEX triplet: 8D, 73 and BE. RGB value is (141,115,190). Sum of RGB (Red+Green+Blue) = 141+115+190=446 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.61% from 446); Green value is 115 (45.31% from 255 or 25.78% from 446); Blue value is 190 (74.61% from 255 or 42.60% from 446); Max value from RGB is 190 - color contains mainly: blue. Hex color #8D73BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D73BE is #728C41. Grayscale: #838383. Windows color (decimal): -7507010 or 12481421. OLE color: 12481421.

HSL color Cylindrical-coordinate representation of color #8D73BE: hue angle of 260.8º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8D73BE is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB141115190-
CMYK0.260.3900.25
HSL260.8º36.59%59.8%-
HSV(B)260.8º39.47%74.51%-
XYZ26.4121.6451.5-
YUV131.32161.11134.9-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.61%
GREEN value IS 115 (45.31% from 255) = 25.78%
BLUE value IS 190 (74.61% from 255) = 42.60%
R=31.61%
G=25.78%
B=42.60%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1411151900.260.3900.25260.836.5959.8
Hex8D73BE1A27019105253c
Octal21516327632470314054574
Binary1000110111100111011111011010100111011001100000101100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D73BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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