#8D3990

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

Shades of Vivid Violet #8D3990

Tints of Vivid Violet #8D3990

Color information

#8D3990 (or 0x8D3990) is unknown color: approx Vivid Violet. HEX triplet: 8D, 39 and 90. RGB value is (141,57,144). Sum of RGB (Red+Green+Blue) = 141+57+144=342 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.23% from 342); Green value is 57 (22.66% from 255 or 16.67% from 342); Blue value is 144 (56.64% from 255 or 42.11% from 342); Max value from RGB is 144 - color contains mainly: blue. Hex color #8D3990 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D3990 is #72C66F. Grayscale: #5B5B5B. Windows color (decimal): -7521904 or 9451917. OLE color: 9451917.

HSL color Cylindrical-coordinate representation of color #8D3990: hue angle of 297.93º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8D3990 is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB14157144-
CMYK0.020.6000.44
HSL297.93º43.28%39.41%-
HSV(B)297.93º60.42%56.47%-
XYZ17.4810.627.51-
YUV92.03157.33162.93-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 41.23%
GREEN value IS 57 (22.66% from 255) = 16.67%
BLUE value IS 144 (56.64% from 255) = 42.11%
R=41.23%
G=16.67%
B=42.11%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal141571440.020.6000.44297.9343.2839.41
Hex8D399023C02C12a2b27
Octal215712202740544525347
Binary1000110111100110010000101111000101100100101010101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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