Html Css Color HEX #8D4BA0 Vivid Violet

📋 copy color: '#8D4BA0'

red 141 ◦ green 75 ◦ blue 160

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

Shades of Vivid Violet #8D4BA0

Tints of Vivid Violet #8D4BA0

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.95%

 BLUE value IS 160 (62.89% from 255) = 42.55%

R = 37.5%
G = 19.95%
B = 42.55%

CMYK

 C value IS 0.12

 M value IS 0.53

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#8D4BA0 (or 0x8D4BA0) is known color: Vivid Violet. HEX triplet: 8D, 4B and A0. RGB value is (141,75,160). Sum of RGB (Red+Green+Blue) = 141+75+160=376 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.5% from 376); Green value is 75 (29.69% from 255 or 19.95% from 376); Blue value is 160 (62.89% from 255 or 42.55% from 376); Max value from RGB is 160 - color contains mainly: blue. Hex color #8D4BA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D4BA0 is #72B45F. Grayscale: #686868. Windows color (decimal): -7517280 or 10505101. OLE color: 10505101.

HSL color Cylindrical-coordinate representation of color #8D4BA0: hue angle of 286.59º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8D4BA0 is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 141 75 160 -
CMYK 0.12 0.53 0 0.37
HSL 286.59º 0.36% 0.46% -
HSV(B) 286.59º 0.53% 0.63% -
XYZ 19.85 13.23 34.77 -
YUV 104.42 159.37 154.09 -
System Red Green Blue C M Y K H S L
Decimal 141 75 160 0.12 0.53 0 0.37 286.59 0.36 0.46
Hex 8D 4B A0 C 35 0 25 11F 24 2E
Octal 215 113 240 14 65 0 45 437 44 56
Binary 10001101 1001011 10100000 1100 110101 0 100101 100011111 100100 101110

Color Harmonies of #8D4BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D4BA0

Black with #8D4BA0

Text Example


Text Example

White with #8D4BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,75,160); }

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

background-color css

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

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

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

border-color css

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

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

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