#8D24A7

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

Shades of Vivid Violet #8D24A7

Tints of Vivid Violet #8D24A7

Color information

#8D24A7 (or 0x8D24A7) is unknown color: approx Vivid Violet. HEX triplet: 8D, 24 and A7. RGB value is (141,36,167). Sum of RGB (Red+Green+Blue) = 141+36+167=344 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.99% from 344); Green value is 36 (14.45% from 255 or 10.47% from 344); Blue value is 167 (65.62% from 255 or 48.55% from 344); Max value from RGB is 167 - color contains mainly: blue. Hex color #8D24A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D24A7 is #72DB58. Grayscale: #515151. Windows color (decimal): -7527257 or 10953869. OLE color: 10953869.

HSL color Cylindrical-coordinate representation of color #8D24A7: hue angle of 288.09º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8D24A7 is Cyan = 0.16, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB14136167-
CMYK0.160.7800.35
HSL288.09º64.53%39.8%-
HSV(B)288.09º78.44%65.49%-
XYZ18.599.7137.45-
YUV82.33175.79169.85-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.99%
GREEN value IS 36 (14.45% from 255) = 10.47%
BLUE value IS 167 (65.62% from 255) = 48.55%
R=40.99%
G=10.47%
B=48.55%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal141361670.160.7800.35288.0964.5339.8
Hex8D24A7104E0231204128
Octal215442472011604344010150
Binary100011011001001010011110000100111001000111001000001000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D24A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,36,167); }

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

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

 a { background-color: rgb(141,36,167); }

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

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

 span { border-color: rgb(141,36,167); }

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