Html Css Color HEX #8D3190 Vivid Violet

📋 copy color: '#8D3190'

red 141 ◦ green 49 ◦ blue 144

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

Shades of Vivid Violet #8D3190

Tints of Vivid Violet #8D3190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 43.11%

R = 42.22%
G = 14.67%
B = 43.11%

CMYK

 C value IS 0.02

 M value IS 0.66

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#8D3190 (or 0x8D3190) is known color: Vivid Violet. HEX triplet: 8D, 31 and 90. RGB value is (141,49,144). Sum of RGB (Red+Green+Blue) = 141+49+144=334 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.22% from 334); Green value is 49 (19.53% from 255 or 14.67% from 334); Blue value is 144 (56.64% from 255 or 43.11% from 334); Max value from RGB is 144 - color contains mainly: blue. Hex color #8D3190 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D3190 is #72CE6F. Grayscale: #575757. Windows color (decimal): -7523952 or 9449869. OLE color: 9449869.

HSL color Cylindrical-coordinate representation of color #8D3190: hue angle of 298.11º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8D3190 is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 141 49 144 -
CMYK 0.02 0.66 0 0.44
HSL 298.11º 0.49% 0.38% -
HSV(B) 298.11º 0.66% 0.56% -
XYZ 17.12 9.87 27.39 -
YUV 87.34 159.98 166.28 -
System Red Green Blue C M Y K H S L
Decimal 141 49 144 0.02 0.66 0 0.44 298.11 0.49 0.38
Hex 8D 31 90 2 42 0 2C 12A 31 26
Octal 215 61 220 2 102 0 54 452 61 46
Binary 10001101 110001 10010000 10 1000010 0 101100 100101010 110001 100110

Color Harmonies of #8D3190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D3190

Black with #8D3190

Text Example


Text Example

White with #8D3190

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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