#8D3090

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

Shades of Vivid Violet #8D3090

Tints of Vivid Violet #8D3090

Color information

#8D3090 (or 0x8D3090) is unknown color: approx Vivid Violet. HEX triplet: 8D, 30 and 90. RGB value is (141,48,144). Sum of RGB (Red+Green+Blue) = 141+48+144=333 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.34% from 333); Green value is 48 (19.14% from 255 or 14.41% from 333); Blue value is 144 (56.64% from 255 or 43.24% from 333); Max value from RGB is 144 - color contains mainly: blue. Hex color #8D3090 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D3090 is #72CF6F. Grayscale: #565656. Windows color (decimal): -7524208 or 9449613. OLE color: 9449613.

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

Color convert

RGB14148144-
CMYK0.020.6700.44
HSL298.12º50%37.65%-
HSV(B)298.12º66.67%56.47%-
XYZ17.089.7927.38-
YUV86.75160.31166.69-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 42.34%
GREEN value IS 48 (19.14% from 255) = 14.41%
BLUE value IS 144 (56.64% from 255) = 43.24%
R=42.34%
G=14.41%
B=43.24%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal141481440.020.6700.44298.125037.65
Hex8D309024302C12a3226
Octal2156022021030544526246
Binary10001101110000100100001010000110101100100101010110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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