Html Css Color HEX #8D499C Vivid Violet

📋 copy color: '#8D499C'

red 141 ◦ green 73 ◦ blue 156

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

Shades of Vivid Violet #8D499C

Tints of Vivid Violet #8D499C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 42.16%

R = 38.11%
G = 19.73%
B = 42.16%

CMYK

 C value IS 0.10

 M value IS 0.53

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8D499C (or 0x8D499C) is known color: Vivid Violet. HEX triplet: 8D, 49 and 9C. RGB value is (141,73,156). Sum of RGB (Red+Green+Blue) = 141+73+156=370 (49% of max value = 765). Red value is 141 (55.47% from 255 or 38.11% from 370); Green value is 73 (28.91% from 255 or 19.73% from 370); Blue value is 156 (61.33% from 255 or 42.16% from 370); Max value from RGB is 156 - color contains mainly: blue. Hex color #8D499C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D499C is #72B663. Grayscale: #666666. Windows color (decimal): -7517796 or 10242445. OLE color: 10242445.

HSL color Cylindrical-coordinate representation of color #8D499C: hue angle of 289.16º 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 #8D499C is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 141 73 156 -
CMYK 0.10 0.53 0 0.39
HSL 289.16º 0.36% 0.45% -
HSV(B) 289.16º 0.53% 0.61% -
XYZ 19.37 12.83 32.91 -
YUV 102.79 158.03 155.25 -
System Red Green Blue C M Y K H S L
Decimal 141 73 156 0.10 0.53 0 0.39 289.16 0.36 0.45
Hex 8D 49 9C A 35 0 27 121 24 2D
Octal 215 111 234 12 65 0 47 441 44 55
Binary 10001101 1001001 10011100 1010 110101 0 100111 100100001 100100 101101

Color Harmonies of #8D499C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D499C

Black with #8D499C

Text Example


Text Example

White with #8D499C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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