Html Css Color HEX #8B559B Violet Blue

📋 copy color: '#8B559B'

red 139 ◦ green 85 ◦ blue 155

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

Shades of Violet Blue #8B559B

Tints of Violet Blue #8B559B

RGB

 RED value IS 139 (54.69% from 255) = 36.68%

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

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

R = 36.68%
G = 22.43%
B = 40.9%

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

#8B559B (or 0x8B559B) is known color: Violet Blue. HEX triplet: 8B, 55 and 9B. RGB value is (139,85,155). Sum of RGB (Red+Green+Blue) = 139+85+155=379 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.68% from 379); Green value is 85 (33.59% from 255 or 22.43% from 379); Blue value is 155 (60.94% from 255 or 40.90% from 379); Max value from RGB is 155 - color contains mainly: blue. Hex color #8B559B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B559B is #74AA64. Grayscale: #6C6C6C. Windows color (decimal): -7645797 or 10179979. OLE color: 10179979.

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

Color convert

RGB 139 85 155 -
CMYK 0.10 0.45 0 0.39
HSL 286.29º 0.29% 0.47% -
HSV(B) 286.29º 0.45% 0.61% -
XYZ 19.81 14.35 32.74 -
YUV 109.13 153.89 149.31 -
System Red Green Blue C M Y K H S L
Decimal 139 85 155 0.10 0.45 0 0.39 286.29 0.29 0.47
Hex 8B 55 9B A 2D 0 27 11E 1D 2F
Octal 213 125 233 12 55 0 47 436 35 57
Binary 10001011 1010101 10011011 1010 101101 0 100111 100011110 11101 101111

Color Harmonies of #8B559B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B559B

Black with #8B559B

Text Example


Text Example

White with #8B559B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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