Html Css Color HEX #8D478D Vivid Violet

📋 copy color: '#8D478D'

red 141 ◦ green 71 ◦ blue 141

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

Shades of Vivid Violet #8D478D

Tints of Vivid Violet #8D478D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.11%

 BLUE value IS 141 (55.47% from 255) = 39.94%

R = 39.94%
G = 20.11%
B = 39.94%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#8D478D (or 0x8D478D) is known color: Vivid Violet. HEX triplet: 8D, 47 and 8D. RGB value is (141,71,141). Sum of RGB (Red+Green+Blue) = 141+71+141=353 (46% of max value = 765). Red value is 141 (55.47% from 255 or 39.94% from 353); Green value is 71 (28.12% from 255 or 20.11% from 353); Blue value is 141 (55.47% from 255 or 39.94% from 353); Max value from RGB is 141 - color contains mainly: red, blue. Hex color #8D478D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D478D is #72B872. Grayscale: #636363. Windows color (decimal): -7518323 or 9258893. OLE color: 9258893.

HSL color Cylindrical-coordinate representation of color #8D478D: hue angle of 300º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8D478D is Cyan = 0, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 71 141 -
CMYK 0 0.50 0 0.45
HSL 300º 0.33% 0.42% -
HSV(B) 300º 0.5% 0.55% -
XYZ 18.05 12.09 26.58 -
YUV 99.91 151.19 157.31 -
System Red Green Blue C M Y K H S L
Decimal 141 71 141 0 0.50 0 0.45 300 0.33 0.42
Hex 8D 47 8D 0 32 0 2D 12C 21 2A
Octal 215 107 215 0 62 0 55 454 41 52
Binary 10001101 1000111 10001101 0 110010 0 101101 100101100 100001 101010

Color Harmonies of #8D478D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D478D

Black with #8D478D

Text Example


Text Example

White with #8D478D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,71,141); }

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

background-color css

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

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

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

border-color css

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

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

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