Html Css Color HEX #8D34AC Vivid Violet

📋 copy color: '#8D34AC'

red 141 ◦ green 52 ◦ blue 172

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

Shades of Vivid Violet #8D34AC

Tints of Vivid Violet #8D34AC

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.25%

 BLUE value IS 172 (67.58% from 255) = 47.12%

R = 38.63%
G = 14.25%
B = 47.12%

CMYK

 C value IS 0.18

 M value IS 0.70

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8D34AC (or 0x8D34AC) is known color: Vivid Violet. HEX triplet: 8D, 34 and AC. RGB value is (141,52,172). Sum of RGB (Red+Green+Blue) = 141+52+172=365 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.63% from 365); Green value is 52 (20.70% from 255 or 14.25% from 365); Blue value is 172 (67.58% from 255 or 47.12% from 365); Max value from RGB is 172 - color contains mainly: blue. Hex color #8D34AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D34AC is #72CB53. Grayscale: #5B5B5B. Windows color (decimal): -7523156 or 11285645. OLE color: 11285645.

HSL color Cylindrical-coordinate representation of color #8D34AC: hue angle of 284.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8D34AC is Cyan = 0.18, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 141 52 172 -
CMYK 0.18 0.70 0 0.33
HSL 284.5º 0.54% 0.44% -
HSV(B) 284.5º 0.7% 0.67% -
XYZ 19.66 11.1 40.14 -
YUV 92.29 172.99 162.74 -
System Red Green Blue C M Y K H S L
Decimal 141 52 172 0.18 0.70 0 0.33 284.5 0.54 0.44
Hex 8D 34 AC 12 46 0 21 11C 36 2C
Octal 215 64 254 22 106 0 41 434 66 54
Binary 10001101 110100 10101100 10010 1000110 0 100001 100011100 110110 101100

Color Harmonies of #8D34AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D34AC

Black with #8D34AC

Text Example


Text Example

White with #8D34AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,52,172); }

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

background-color css

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

 a { background-color: rgb(141,52,172); }

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

border-color css

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

 span { border-color: rgb(141,52,172); }

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