Html Css Color HEX #8D318A Vivid Violet

📋 copy color: '#8D318A'

red 141 ◦ green 49 ◦ blue 138

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

Shades of Vivid Violet #8D318A

Tints of Vivid Violet #8D318A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.94%

 BLUE value IS 138 (54.3% from 255) = 42.07%

R = 42.99%
G = 14.94%
B = 42.07%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.02

 K value IS 0.45

RGB Variations

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

Color information

#8D318A (or 0x8D318A) is known color: Vivid Violet. HEX triplet: 8D, 31 and 8A. RGB value is (141,49,138). Sum of RGB (Red+Green+Blue) = 141+49+138=328 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.99% from 328); Green value is 49 (19.53% from 255 or 14.94% from 328); Blue value is 138 (54.30% from 255 or 42.07% from 328); Max value from RGB is 141 - color contains mainly: red. Hex color #8D318A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D318A is #72CE75. Grayscale: #565656. Windows color (decimal): -7523958 or 9056653. OLE color: 9056653.

HSL color Cylindrical-coordinate representation of color #8D318A: hue angle of 301.96º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8D318A is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 49 138 -
CMYK 0 0.65 0.02 0.45
HSL 301.96º 0.48% 0.37% -
HSV(B) 301.96º 0.65% 0.55% -
XYZ 16.67 9.69 25.04 -
YUV 86.65 156.98 166.76 -
System Red Green Blue C M Y K H S L
Decimal 141 49 138 0 0.65 0.02 0.45 301.96 0.48 0.37
Hex 8D 31 8A 0 41 2 2D 12E 30 25
Octal 215 61 212 0 101 2 55 456 60 45
Binary 10001101 110001 10001010 0 1000001 10 101101 100101110 110000 100101

Color Harmonies of #8D318A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D318A

Black with #8D318A

Text Example


Text Example

White with #8D318A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,49,138); }

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

background-color css

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

 a { background-color: rgb(141,49,138); }

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

border-color css

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

 span { border-color: rgb(141,49,138); }

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