Html Css Color HEX #8C519B Violet Blue

📋 copy color: '#8C519B'

red 140 ◦ green 81 ◦ blue 155

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

Shades of Violet Blue #8C519B

Tints of Violet Blue #8C519B

RGB

 RED value IS 140 (55.08% from 255) = 37.23%

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

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

R = 37.23%
G = 21.54%
B = 41.22%

CMYK

 C value IS 0.10

 M value IS 0.48

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8C519B (or 0x8C519B) is known color: Violet Blue. HEX triplet: 8C, 51 and 9B. RGB value is (140,81,155). Sum of RGB (Red+Green+Blue) = 140+81+155=376 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.23% from 376); Green value is 81 (32.03% from 255 or 21.54% from 376); Blue value is 155 (60.94% from 255 or 41.22% from 376); Max value from RGB is 155 - color contains mainly: blue. Hex color #8C519B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C519B is #73AE64. Grayscale: #6A6A6A. Windows color (decimal): -7581285 or 10178956. OLE color: 10178956.

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

Color convert

RGB 140 81 155 -
CMYK 0.10 0.48 0 0.39
HSL 287.84º 0.31% 0.46% -
HSV(B) 287.84º 0.48% 0.61% -
XYZ 19.67 13.83 32.64 -
YUV 107.08 155.05 151.48 -
System Red Green Blue C M Y K H S L
Decimal 140 81 155 0.10 0.48 0 0.39 287.84 0.31 0.46
Hex 8C 51 9B A 30 0 27 120 1F 2E
Octal 214 121 233 12 60 0 47 440 37 56
Binary 10001100 1010001 10011011 1010 110000 0 100111 100100000 11111 101110

Color Harmonies of #8C519B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C519B

Black with #8C519B

Text Example


Text Example

White with #8C519B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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