Html Css Color HEX #8D3391 Vivid Violet

📋 copy color: '#8D3391'

red 141 ◦ green 51 ◦ blue 145

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

Shades of Vivid Violet #8D3391

Tints of Vivid Violet #8D3391

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.13%

 BLUE value IS 145 (57.03% from 255) = 43.03%

R = 41.84%
G = 15.13%
B = 43.03%

CMYK

 C value IS 0.03

 M value IS 0.65

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#8D3391 (or 0x8D3391) is known color: Vivid Violet. HEX triplet: 8D, 33 and 91. RGB value is (141,51,145). Sum of RGB (Red+Green+Blue) = 141+51+145=337 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.84% from 337); Green value is 51 (20.31% from 255 or 15.13% from 337); Blue value is 145 (57.03% from 255 or 43.03% from 337); Max value from RGB is 145 - color contains mainly: blue. Hex color #8D3391 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D3391 is #72CC6E. Grayscale: #585858. Windows color (decimal): -7523439 or 9515917. OLE color: 9515917.

HSL color Cylindrical-coordinate representation of color #8D3391: hue angle of 297.45º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8D3391 is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 141 51 145 -
CMYK 0.03 0.65 0 0.43
HSL 297.45º 0.48% 0.38% -
HSV(B) 297.45º 0.65% 0.57% -
XYZ 17.28 10.07 27.82 -
YUV 88.63 159.82 165.36 -
System Red Green Blue C M Y K H S L
Decimal 141 51 145 0.03 0.65 0 0.43 297.45 0.48 0.38
Hex 8D 33 91 3 41 0 2B 129 30 26
Octal 215 63 221 3 101 0 53 451 60 46
Binary 10001101 110011 10010001 11 1000001 0 101011 100101001 110000 100110

Color Harmonies of #8D3391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D3391

Black with #8D3391

Text Example


Text Example

White with #8D3391

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,51,145); }

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

background-color css

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

 a { background-color: rgb(141,51,145); }

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

border-color css

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

 span { border-color: rgb(141,51,145); }

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