#8B599B

Color #8B599B Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #8B599B

Tints of Violet Blue #8B599B

Color information

#8B599B (or 0x8B599B) is unknown color: approx Violet Blue. HEX triplet: 8B, 59 and 9B. RGB value is (139,89,155). Sum of RGB (Red+Green+Blue) = 139+89+155=383 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.29% from 383); Green value is 89 (35.16% from 255 or 23.24% from 383); Blue value is 155 (60.94% from 255 or 40.47% from 383); Max value from RGB is 155 - color contains mainly: blue. Hex color #8B599B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B599B is #74A664. Grayscale: #6F6F6F. Windows color (decimal): -7644773 or 10181003. OLE color: 10181003.

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

Color convert

RGB13989155-
CMYK0.100.4300.39
HSL285.45º27.05%47.84%-
HSV(B)285.45º42.58%60.78%-
XYZ20.141532.84-
YUV111.47152.56147.63-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.29%
GREEN value IS 89 (35.16% from 255) = 23.24%
BLUE value IS 155 (60.94% from 255) = 40.47%
R=36.29%
G=23.24%
B=40.47%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal139891550.100.4300.39285.4527.0547.84
Hex8B599BA2B02711d1b30
Octal21313123312530474353360
Binary100010111011001100110111010101011010011110001110111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B599B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8B599B;
 }
 .AnyTagClassName
 {
   color: #8B599B;
 }
</style>
background-color css

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

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

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

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

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

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