Html Css Color HEX #8C5595 Violet Blue

📋 copy color: '#8C5595'

red 140 ◦ green 85 ◦ blue 149

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

Shades of Violet Blue #8C5595

Tints of Violet Blue #8C5595

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.73%

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

R = 37.43%
G = 22.73%
B = 39.84%

CMYK

 C value IS 0.06

 M value IS 0.43

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8C5595 (or 0x8C5595) is known color: Violet Blue. HEX triplet: 8C, 55 and 95. RGB value is (140,85,149). Sum of RGB (Red+Green+Blue) = 140+85+149=374 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.43% from 374); Green value is 85 (33.59% from 255 or 22.73% from 374); Blue value is 149 (58.59% from 255 or 39.84% from 374); Max value from RGB is 149 - color contains mainly: blue. Hex color #8C5595 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C5595 is #73AA6A. Grayscale: #6C6C6C. Windows color (decimal): -7580267 or 9786764. OLE color: 9786764.

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

Color convert

RGB 140 85 149 -
CMYK 0.06 0.43 0 0.42
HSL 291.56º 0.27% 0.46% -
HSV(B) 291.56º 0.43% 0.58% -
XYZ 19.49 14.24 30.16 -
YUV 108.74 150.72 150.3 -
System Red Green Blue C M Y K H S L
Decimal 140 85 149 0.06 0.43 0 0.42 291.56 0.27 0.46
Hex 8C 55 95 6 2B 0 2A 124 1B 2E
Octal 214 125 225 6 53 0 52 444 33 56
Binary 10001100 1010101 10010101 110 101011 0 101010 100100100 11011 101110

Color Harmonies of #8C5595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5595

Black with #8C5595

Text Example


Text Example

White with #8C5595

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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