#8D3490

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

Shades of Vivid Violet #8D3490

Tints of Vivid Violet #8D3490

Color information

#8D3490 (or 0x8D3490) is unknown color: approx Vivid Violet. HEX triplet: 8D, 34 and 90. RGB value is (141,52,144). Sum of RGB (Red+Green+Blue) = 141+52+144=337 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.84% from 337); Green value is 52 (20.70% from 255 or 15.43% from 337); Blue value is 144 (56.64% from 255 or 42.73% from 337); Max value from RGB is 144 - color contains mainly: blue. Hex color #8D3490 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D3490 is #72CB6F. Grayscale: #585858. Windows color (decimal): -7523184 or 9450637. OLE color: 9450637.

HSL color Cylindrical-coordinate representation of color #8D3490: hue angle of 298.04º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8D3490 is Cyan = 0.02, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB14152144-
CMYK0.020.6400.44
HSL298.04º46.94%38.43%-
HSV(B)298.04º63.89%56.47%-
XYZ17.2510.1327.43-
YUV89.1158.99165.02-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 41.84%
GREEN value IS 52 (20.70% from 255) = 15.43%
BLUE value IS 144 (56.64% from 255) = 42.73%
R=41.84%
G=15.43%
B=42.73%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal141521440.020.6400.44298.0446.9438.43
Hex8D349024002C12a2f26
Octal2156422021000544525746
Binary10001101110100100100001010000000101100100101010101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,52,144); }

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

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

 a { background-color: rgb(141,52,144); }

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

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

 span { border-color: rgb(141,52,144); }

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