Html Css Color HEX #8C5199 Violet Blue

📋 copy color: '#8C5199'

red 140 ◦ green 81 ◦ blue 153

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

Shades of Violet Blue #8C5199

Tints of Violet Blue #8C5199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 40.91%

R = 37.43%
G = 21.66%
B = 40.91%

CMYK

 C value IS 0.08

 M value IS 0.47

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#8C5199 (or 0x8C5199) is known color: Violet Blue. HEX triplet: 8C, 51 and 99. RGB value is (140,81,153). Sum of RGB (Red+Green+Blue) = 140+81+153=374 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.43% from 374); Green value is 81 (32.03% from 255 or 21.66% from 374); Blue value is 153 (60.16% from 255 or 40.91% from 374); Max value from RGB is 153 - color contains mainly: blue. Hex color #8C5199 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C5199 is #73AE66. Grayscale: #6A6A6A. Windows color (decimal): -7581287 or 10047884. OLE color: 10047884.

HSL color Cylindrical-coordinate representation of color #8C5199: hue angle of 289.17º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8C5199 is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 140 81 153 -
CMYK 0.08 0.47 0 0.4
HSL 289.17º 0.31% 0.46% -
HSV(B) 289.17º 0.47% 0.6% -
XYZ 19.51 13.76 31.76 -
YUV 106.85 154.05 151.65 -
System Red Green Blue C M Y K H S L
Decimal 140 81 153 0.08 0.47 0 0.4 289.17 0.31 0.46
Hex 8C 51 99 8 2F 0 28 121 1F 2E
Octal 214 121 231 10 57 0 50 441 37 56
Binary 10001100 1010001 10011001 1000 101111 0 101000 100100001 11111 101110

Color Harmonies of #8C5199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5199

Black with #8C5199

Text Example


Text Example

White with #8C5199

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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