#8D509F

Color #8D509F Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #8D509F

Tints of Violet Blue #8D509F

Color information

#8D509F (or 0x8D509F) is unknown color: approx Violet Blue. HEX triplet: 8D, 50 and 9F. RGB value is (141,80,159). Sum of RGB (Red+Green+Blue) = 141+80+159=380 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.11% from 380); Green value is 80 (31.64% from 255 or 21.05% from 380); Blue value is 159 (62.5% from 255 or 41.84% from 380); Max value from RGB is 159 - color contains mainly: blue. Hex color #8D509F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D509F is #72AF60. Grayscale: #6A6A6A. Windows color (decimal): -7516001 or 10440845. OLE color: 10440845.

HSL color Cylindrical-coordinate representation of color #8D509F: hue angle of 286.33º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8D509F is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14180159-
CMYK0.110.5000.38
HSL286.33º33.05%46.86%-
HSV(B)286.33º49.69%62.35%-
XYZ20.1113.934.42-
YUV107.24157.21152.08-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.11%
GREEN value IS 80 (31.64% from 255) = 21.05%
BLUE value IS 159 (62.5% from 255) = 41.84%
R=37.11%
G=21.05%
B=41.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal141801590.110.5000.38286.3333.0546.86
Hex8D509FB3202611e212f
Octal21512023713620464364157
Binary1000110110100001001111110111100100100110100011110100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D509F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,80,159); }

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

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

 a { background-color: rgb(141,80,159); }

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

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

 span { border-color: rgb(141,80,159); }

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