Html Css Color HEX #8F519B Violet Blue

📋 copy color: '#8F519B'

red 143 ◦ green 81 ◦ blue 155

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

Shades of Violet Blue #8F519B

Tints of Violet Blue #8F519B

RGB

 RED value IS 143 (56.25% from 255) = 37.73%

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

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

R = 37.73%
G = 21.37%
B = 40.9%

CMYK

 C value IS 0.08

 M value IS 0.48

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8F519B (or 0x8F519B) is known color: Violet Blue. HEX triplet: 8F, 51 and 9B. RGB value is (143,81,155). Sum of RGB (Red+Green+Blue) = 143+81+155=379 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.73% from 379); Green value is 81 (32.03% from 255 or 21.37% from 379); Blue value is 155 (60.94% from 255 or 40.90% from 379); Max value from RGB is 155 - color contains mainly: blue. Hex color #8F519B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F519B is #70AE64. Grayscale: #6B6B6B. Windows color (decimal): -7384677 or 10178959. OLE color: 10178959.

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

Color convert

RGB 143 81 155 -
CMYK 0.08 0.48 0 0.39
HSL 290.27º 0.31% 0.46% -
HSV(B) 290.27º 0.48% 0.61% -
XYZ 20.19 14.09 32.67 -
YUV 107.97 154.54 152.98 -
System Red Green Blue C M Y K H S L
Decimal 143 81 155 0.08 0.48 0 0.39 290.27 0.31 0.46
Hex 8F 51 9B 8 30 0 27 122 1F 2E
Octal 217 121 233 10 60 0 47 442 37 56
Binary 10001111 1010001 10011011 1000 110000 0 100111 100100010 11111 101110

Color Harmonies of #8F519B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F519B

Black with #8F519B

Text Example


Text Example

White with #8F519B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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