Html Css Color HEX #8D24A0 Vivid Violet

📋 copy color: '#8D24A0'

red 141 ◦ green 36 ◦ blue 160

#8D24A0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vivid Violet #8D24A0

Tints of Vivid Violet #8D24A0

RGB

 RED value IS 141 (55.47% from 255) = 41.84%

 GREEN value IS 36 (14.45% from 255) = 10.68%

 BLUE value IS 160 (62.89% from 255) = 47.48%

R = 41.84%
G = 10.68%
B = 47.48%

CMYK

 C value IS 0.12

 M value IS 0.78

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#8D24A0 (or 0x8D24A0) is known color: Vivid Violet. HEX triplet: 8D, 24 and A0. RGB value is (141,36,160). Sum of RGB (Red+Green+Blue) = 141+36+160=337 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.84% from 337); Green value is 36 (14.45% from 255 or 10.68% from 337); Blue value is 160 (62.89% from 255 or 47.48% from 337); Max value from RGB is 160 - color contains mainly: blue. Hex color #8D24A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D24A0 is #72DB5F. Grayscale: #515151. Windows color (decimal): -7527264 or 10495117. OLE color: 10495117.

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

Color convert

RGB 141 36 160 -
CMYK 0.12 0.78 0 0.37
HSL 290.81º 0.63% 0.38% -
HSV(B) 290.81º 0.78% 0.63% -
XYZ 17.96 9.46 34.14 -
YUV 81.53 172.29 170.42 -
System Red Green Blue C M Y K H S L
Decimal 141 36 160 0.12 0.78 0 0.37 290.81 0.63 0.38
Hex 8D 24 A0 C 4E 0 25 123 3F 26
Octal 215 44 240 14 116 0 45 443 77 46
Binary 10001101 100100 10100000 1100 1001110 0 100101 100100011 111111 100110

Color Harmonies of #8D24A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D24A0

Black with #8D24A0

Text Example


Text Example

White with #8D24A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8D24A0;
 }
 .AnyTagClassName
 {
   color: #8D24A0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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