Html Css Color HEX #8D519F Violet Blue

📋 copy color: '#8D519F'

red 141 ◦ green 81 ◦ blue 159

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

Shades of Violet Blue #8D519F

Tints of Violet Blue #8D519F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.26%

 BLUE value IS 159 (62.5% from 255) = 41.73%

R = 37.01%
G = 21.26%
B = 41.73%

CMYK

 C value IS 0.11

 M value IS 0.49

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8D519F (or 0x8D519F) is known color: Violet Blue. HEX triplet: 8D, 51 and 9F. RGB value is (141,81,159). Sum of RGB (Red+Green+Blue) = 141+81+159=381 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.01% from 381); Green value is 81 (32.03% from 255 or 21.26% from 381); Blue value is 159 (62.5% from 255 or 41.73% from 381); Max value from RGB is 159 - color contains mainly: blue. Hex color #8D519F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D519F is #72AE60. Grayscale: #6B6B6B. Windows color (decimal): -7515745 or 10441101. OLE color: 10441101.

HSL color Cylindrical-coordinate representation of color #8D519F: hue angle of 286.15º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8D519F is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 141 81 159 -
CMYK 0.11 0.49 0 0.38
HSL 286.15º 0.33% 0.47% -
HSV(B) 286.15º 0.49% 0.62% -
XYZ 20.18 14.05 34.45 -
YUV 107.83 156.88 151.66 -
System Red Green Blue C M Y K H S L
Decimal 141 81 159 0.11 0.49 0 0.38 286.15 0.33 0.47
Hex 8D 51 9F B 31 0 26 11E 20 2F
Octal 215 121 237 13 61 0 46 436 40 57
Binary 10001101 1010001 10011111 1011 110001 0 100110 100011110 100000 101111

Color Harmonies of #8D519F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D519F

Black with #8D519F

Text Example


Text Example

White with #8D519F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,81,159); }

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

background-color css

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

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

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

border-color css

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

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

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