Html Css Color HEX #8D519B Violet Blue

📋 copy color: '#8D519B'

red 141 ◦ green 81 ◦ blue 155

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

Shades of Violet Blue #8D519B

Tints of Violet Blue #8D519B

RGB

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

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

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

R = 37.4%
G = 21.49%
B = 41.11%

CMYK

 C value IS 0.09

 M value IS 0.48

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8D519B (or 0x8D519B) is known color: Violet Blue. HEX triplet: 8D, 51 and 9B. RGB value is (141,81,155). Sum of RGB (Red+Green+Blue) = 141+81+155=377 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.40% from 377); Green value is 81 (32.03% from 255 or 21.49% from 377); Blue value is 155 (60.94% from 255 or 41.11% from 377); Max value from RGB is 155 - color contains mainly: blue. Hex color #8D519B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D519B is #72AE64. Grayscale: #6B6B6B. Windows color (decimal): -7515749 or 10178957. OLE color: 10178957.

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

Color convert

RGB 141 81 155 -
CMYK 0.09 0.48 0 0.39
HSL 288.65º 0.31% 0.46% -
HSV(B) 288.65º 0.48% 0.61% -
XYZ 19.84 13.91 32.65 -
YUV 107.38 154.88 151.98 -
System Red Green Blue C M Y K H S L
Decimal 141 81 155 0.09 0.48 0 0.39 288.65 0.31 0.46
Hex 8D 51 9B 9 30 0 27 121 1F 2E
Octal 215 121 233 11 60 0 47 441 37 56
Binary 10001101 1010001 10011011 1001 110000 0 100111 100100001 11111 101110

Color Harmonies of #8D519B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D519B

Black with #8D519B

Text Example


Text Example

White with #8D519B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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