Html Css Color HEX #8C559B Violet Blue

📋 copy color: '#8C559B'

red 140 ◦ green 85 ◦ blue 155

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

Shades of Violet Blue #8C559B

Tints of Violet Blue #8C559B

RGB

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

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

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

R = 36.84%
G = 22.37%
B = 40.79%

CMYK

 C value IS 0.10

 M value IS 0.45

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8C559B (or 0x8C559B) is known color: Violet Blue. HEX triplet: 8C, 55 and 9B. RGB value is (140,85,155). Sum of RGB (Red+Green+Blue) = 140+85+155=380 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.84% from 380); Green value is 85 (33.59% from 255 or 22.37% from 380); Blue value is 155 (60.94% from 255 or 40.79% from 380); Max value from RGB is 155 - color contains mainly: blue. Hex color #8C559B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C559B is #73AA64. Grayscale: #6D6D6D. Windows color (decimal): -7580261 or 10179980. OLE color: 10179980.

HSL color Cylindrical-coordinate representation of color #8C559B: hue angle of 287.14º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8C559B is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 140 85 155 -
CMYK 0.10 0.45 0 0.39
HSL 287.14º 0.29% 0.47% -
HSV(B) 287.14º 0.45% 0.61% -
XYZ 19.98 14.44 32.74 -
YUV 109.43 153.72 149.81 -
System Red Green Blue C M Y K H S L
Decimal 140 85 155 0.10 0.45 0 0.39 287.14 0.29 0.47
Hex 8C 55 9B A 2D 0 27 11F 1D 2F
Octal 214 125 233 12 55 0 47 437 35 57
Binary 10001100 1010101 10011011 1010 101101 0 100111 100011111 11101 101111

Color Harmonies of #8C559B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C559B

Black with #8C559B

Text Example


Text Example

White with #8C559B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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