#8D2290

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

Shades of Vivid Violet #8D2290

Tints of Vivid Violet #8D2290

Color information

#8D2290 (or 0x8D2290) is unknown color: approx Vivid Violet. HEX triplet: 8D, 22 and 90. RGB value is (141,34,144). Sum of RGB (Red+Green+Blue) = 141+34+144=319 (42% of max value = 765). Red value is 141 (55.47% from 255 or 44.20% from 319); Green value is 34 (13.67% from 255 or 10.66% from 319); Blue value is 144 (56.64% from 255 or 45.14% from 319); Max value from RGB is 144 - color contains mainly: blue. Hex color #8D2290 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D2290 is #72DD6F. Grayscale: #4E4E4E. Windows color (decimal): -7527792 or 9446029. OLE color: 9446029.

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

Color convert

RGB14134144-
CMYK0.020.7600.44
HSL298.36º61.8%34.9%-
HSV(B)298.36º76.39%56.47%-
XYZ16.598.8227.21-
YUV78.53164.95172.56-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 44.20%
GREEN value IS 34 (13.67% from 255) = 10.66%
BLUE value IS 144 (56.64% from 255) = 45.14%
R=44.20%
G=10.66%
B=45.14%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal141341440.020.7600.44298.3661.834.9
Hex8D229024C02C12a3e23
Octal2154222021140544527643
Binary10001101100010100100001010011000101100100101010111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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