#8D73BF

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

Shades of True V #8D73BF

Tints of True V #8D73BF

Color information

#8D73BF (or 0x8D73BF) is unknown color: approx True V. HEX triplet: 8D, 73 and BF. RGB value is (141,115,191). Sum of RGB (Red+Green+Blue) = 141+115+191=447 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.54% from 447); Green value is 115 (45.31% from 255 or 25.73% from 447); Blue value is 191 (75% from 255 or 42.73% from 447); Max value from RGB is 191 - color contains mainly: blue. Hex color #8D73BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D73BF is #728C40. Grayscale: #838383. Windows color (decimal): -7507009 or 12546957. OLE color: 12546957.

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

Color convert

RGB141115191-
CMYK0.260.4000.25
HSL260.53º37.25%60%-
HSV(B)260.53º39.79%74.9%-
XYZ26.5221.6952.08-
YUV131.44161.61134.82-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.54%
GREEN value IS 115 (45.31% from 255) = 25.73%
BLUE value IS 191 (75% from 255) = 42.73%
R=31.54%
G=25.73%
B=42.73%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1411151910.260.4000.25260.5337.2560
Hex8D73BF1A28019105253c
Octal21516327732500314054574
Binary1000110111100111011111111010101000011001100000101100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D73BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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