#8D72BE

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

Shades of True V #8D72BE

Tints of True V #8D72BE

Color information

#8D72BE (or 0x8D72BE) is unknown color: approx True V. HEX triplet: 8D, 72 and BE. RGB value is (141,114,190). Sum of RGB (Red+Green+Blue) = 141+114+190=445 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.69% from 445); Green value is 114 (44.92% from 255 or 25.62% from 445); Blue value is 190 (74.61% from 255 or 42.70% from 445); Max value from RGB is 190 - color contains mainly: blue. Hex color #8D72BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D72BE is #728D41. Grayscale: #828282. Windows color (decimal): -7507266 or 12481165. OLE color: 12481165.

HSL color Cylindrical-coordinate representation of color #8D72BE: hue angle of 261.32º 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 #8D72BE is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB141114190-
CMYK0.260.4000.25
HSL261.32º36.89%59.61%-
HSV(B)261.32º40%74.51%-
XYZ26.321.4251.46-
YUV130.74161.45135.32-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.69%
GREEN value IS 114 (44.92% from 255) = 25.62%
BLUE value IS 190 (74.61% from 255) = 42.70%
R=31.69%
G=25.62%
B=42.70%

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
Decimal1411141900.260.4000.25261.3236.8959.61
Hex8D72BE1A28019105253c
Octal21516227632500314054574
Binary1000110111100101011111011010101000011001100000101100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D72BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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