Html Css Color HEX #8C5295 Violet Blue

📋 copy color: '#8C5295'

red 140 ◦ green 82 ◦ blue 149

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

Shades of Violet Blue #8C5295

Tints of Violet Blue #8C5295

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.1%

 BLUE value IS 149 (58.59% from 255) = 40.16%

R = 37.74%
G = 22.1%
B = 40.16%

CMYK

 C value IS 0.06

 M value IS 0.45

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8C5295 (or 0x8C5295) is known color: Violet Blue. HEX triplet: 8C, 52 and 95. RGB value is (140,82,149). Sum of RGB (Red+Green+Blue) = 140+82+149=371 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.74% from 371); Green value is 82 (32.42% from 255 or 22.10% from 371); Blue value is 149 (58.59% from 255 or 40.16% from 371); Max value from RGB is 149 - color contains mainly: blue. Hex color #8C5295 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C5295 is #73AD6A. Grayscale: #6A6A6A. Windows color (decimal): -7581035 or 9785996. OLE color: 9785996.

HSL color Cylindrical-coordinate representation of color #8C5295: hue angle of 291.94º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8C5295 is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 140 82 149 -
CMYK 0.06 0.45 0 0.42
HSL 291.94º 0.29% 0.45% -
HSV(B) 291.94º 0.45% 0.58% -
XYZ 19.26 13.78 30.08 -
YUV 106.98 151.72 151.55 -
System Red Green Blue C M Y K H S L
Decimal 140 82 149 0.06 0.45 0 0.42 291.94 0.29 0.45
Hex 8C 52 95 6 2D 0 2A 124 1D 2D
Octal 214 122 225 6 55 0 52 444 35 55
Binary 10001100 1010010 10010101 110 101101 0 101010 100100100 11101 101101

Color Harmonies of #8C5295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5295

Black with #8C5295

Text Example


Text Example

White with #8C5295

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,82,149); }

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

background-color css

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

 a { background-color: rgb(140,82,149); }

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

border-color css

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

 span { border-color: rgb(140,82,149); }

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