#8F589B

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

Shades of Violet Blue #8F589B

Tints of Violet Blue #8F589B

Color information

#8F589B (or 0x8F589B) is unknown color: approx Violet Blue. HEX triplet: 8F, 58 and 9B. RGB value is (143,88,155). Sum of RGB (Red+Green+Blue) = 143+88+155=386 (51% of max value = 765). Red value is 143 (56.25% from 255 or 37.05% from 386); Green value is 88 (34.77% from 255 or 22.80% from 386); Blue value is 155 (60.94% from 255 or 40.16% from 386); Max value from RGB is 155 - color contains mainly: blue. Hex color #8F589B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F589B is #70A764. Grayscale: #6F6F6F. Windows color (decimal): -7382885 or 10180751. OLE color: 10180751.

HSL color Cylindrical-coordinate representation of color #8F589B: hue angle of 289.25º degrees, saturation: 0.28, 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 #8F589B is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB14388155-
CMYK0.080.4300.39
HSL289.25º27.57%47.65%-
HSV(B)289.25º43.23%60.78%-
XYZ20.7315.1932.85-
YUV112.08152.22150.05-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 37.05%
GREEN value IS 88 (34.77% from 255) = 22.80%
BLUE value IS 155 (60.94% from 255) = 40.16%
R=37.05%
G=22.80%
B=40.16%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal143881550.080.4300.39289.2527.5747.65
Hex8F589B82B0271211c30
Octal21713023310530474413460
Binary100011111011000100110111000101011010011110010000111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F589B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,88,155); }

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

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

 a { background-color: rgb(143,88,155); }

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

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

 span { border-color: rgb(143,88,155); }

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