Html Css Color HEX #8C519C Violet Blue

📋 copy color: '#8C519C'

red 140 ◦ green 81 ◦ blue 156

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

Shades of Violet Blue #8C519C

Tints of Violet Blue #8C519C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 41.38%

R = 37.14%
G = 21.49%
B = 41.38%

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

#8C519C (or 0x8C519C) is known color: Violet Blue. HEX triplet: 8C, 51 and 9C. RGB value is (140,81,156). Sum of RGB (Red+Green+Blue) = 140+81+156=377 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.14% from 377); Green value is 81 (32.03% from 255 or 21.49% from 377); Blue value is 156 (61.33% from 255 or 41.38% from 377); Max value from RGB is 156 - color contains mainly: blue. Hex color #8C519C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C519C is #73AE63. Grayscale: #6A6A6A. Windows color (decimal): -7581284 or 10244492. OLE color: 10244492.

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

Color convert

RGB 140 81 156 -
CMYK 0.10 0.48 0 0.39
HSL 287.2º 0.32% 0.46% -
HSV(B) 287.2º 0.48% 0.61% -
XYZ 19.76 13.86 33.09 -
YUV 107.19 155.55 151.4 -
System Red Green Blue C M Y K H S L
Decimal 140 81 156 0.10 0.48 0 0.39 287.2 0.32 0.46
Hex 8C 51 9C A 30 0 27 11F 20 2E
Octal 214 121 234 12 60 0 47 437 40 56
Binary 10001100 1010001 10011100 1010 110000 0 100111 100011111 100000 101110

Color Harmonies of #8C519C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C519C

Black with #8C519C

Text Example


Text Example

White with #8C519C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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