#8D2F9B

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

Shades of Vivid Violet #8D2F9B

Tints of Vivid Violet #8D2F9B

Color information

#8D2F9B (or 0x8D2F9B) is unknown color: approx Vivid Violet. HEX triplet: 8D, 2F and 9B. RGB value is (141,47,155). Sum of RGB (Red+Green+Blue) = 141+47+155=343 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.11% from 343); Green value is 47 (18.75% from 255 or 13.70% from 343); Blue value is 155 (60.94% from 255 or 45.19% from 343); Max value from RGB is 155 - color contains mainly: blue. Hex color #8D2F9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D2F9B is #72D064. Grayscale: #575757. Windows color (decimal): -7524453 or 10170253. OLE color: 10170253.

HSL color Cylindrical-coordinate representation of color #8D2F9B: hue angle of 292.22º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8D2F9B is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB14147155-
CMYK0.090.7000.39
HSL292.22º53.47%39.61%-
HSV(B)292.22º69.68%60.78%-
XYZ17.9210.0632.01-
YUV87.42166.14166.22-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 41.11%
GREEN value IS 47 (18.75% from 255) = 13.70%
BLUE value IS 155 (60.94% from 255) = 45.19%
R=41.11%
G=13.70%
B=45.19%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal141471550.090.7000.39292.2253.4739.61
Hex8D2F9B9460271243528
Octal21557233111060474446550
Binary1000110110111110011011100110001100100111100100100110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,47,155); }

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

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

 a { background-color: rgb(141,47,155); }

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

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

 span { border-color: rgb(141,47,155); }

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