#8D239A

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

Shades of Vivid Violet #8D239A

Tints of Vivid Violet #8D239A

Color information

#8D239A (or 0x8D239A) is unknown color: approx Vivid Violet. HEX triplet: 8D, 23 and 9A. RGB value is (141,35,154). Sum of RGB (Red+Green+Blue) = 141+35+154=330 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.73% from 330); Green value is 35 (14.06% from 255 or 10.61% from 330); Blue value is 154 (60.55% from 255 or 46.67% from 330); Max value from RGB is 154 - color contains mainly: blue. Hex color #8D239A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D239A is #72DC65. Grayscale: #4F4F4F. Windows color (decimal): -7527526 or 10101645. OLE color: 10101645.

HSL color Cylindrical-coordinate representation of color #8D239A: hue angle of 293.45º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8D239A is Cyan = 0.08, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB14135154-
CMYK0.080.7700.40
HSL293.45º62.96%37.06%-
HSV(B)293.45º77.27%60.39%-
XYZ17.429.231.43-
YUV80.26169.62171.32-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 42.73%
GREEN value IS 35 (14.06% from 255) = 10.61%
BLUE value IS 154 (60.55% from 255) = 46.67%
R=42.73%
G=10.61%
B=46.67%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal141351540.080.7700.40293.4562.9637.06
Hex8D239A84D0281253f25
Octal21543232101150504457745
Binary1000110110001110011010100010011010101000100100101111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D239A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,35,154); }

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

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

 a { background-color: rgb(141,35,154); }

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

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

 span { border-color: rgb(141,35,154); }

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