Html Css Color HEX #8D499B Vivid Violet

📋 copy color: '#8D499B'

red 141 ◦ green 73 ◦ blue 155

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

Shades of Vivid Violet #8D499B

Tints of Vivid Violet #8D499B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.78%

 BLUE value IS 155 (60.94% from 255) = 42.01%

R = 38.21%
G = 19.78%
B = 42.01%

CMYK

 C value IS 0.09

 M value IS 0.53

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8D499B (or 0x8D499B) is known color: Vivid Violet. HEX triplet: 8D, 49 and 9B. RGB value is (141,73,155). Sum of RGB (Red+Green+Blue) = 141+73+155=369 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.21% from 369); Green value is 73 (28.91% from 255 or 19.78% from 369); Blue value is 155 (60.94% from 255 or 42.01% from 369); Max value from RGB is 155 - color contains mainly: blue. Hex color #8D499B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D499B is #72B664. Grayscale: #666666. Windows color (decimal): -7517797 or 10176909. OLE color: 10176909.

HSL color Cylindrical-coordinate representation of color #8D499B: hue angle of 289.76º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8D499B is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 141 73 155 -
CMYK 0.09 0.53 0 0.39
HSL 289.76º 0.36% 0.45% -
HSV(B) 289.76º 0.53% 0.61% -
XYZ 19.28 12.79 32.46 -
YUV 102.68 157.53 155.33 -
System Red Green Blue C M Y K H S L
Decimal 141 73 155 0.09 0.53 0 0.39 289.76 0.36 0.45
Hex 8D 49 9B 9 35 0 27 122 24 2D
Octal 215 111 233 11 65 0 47 442 44 55
Binary 10001101 1001001 10011011 1001 110101 0 100111 100100010 100100 101101

Color Harmonies of #8D499B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D499B

Black with #8D499B

Text Example


Text Example

White with #8D499B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,73,155); }

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

background-color css

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

 a { background-color: rgb(141,73,155); }

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

border-color css

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

 span { border-color: rgb(141,73,155); }

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