#8F5F95

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

Shades of Violet Blue #8F5F95

Tints of Violet Blue #8F5F95

Color information

#8F5F95 (or 0x8F5F95) is unknown color: approx Violet Blue. HEX triplet: 8F, 5F and 95. RGB value is (143,95,149). Sum of RGB (Red+Green+Blue) = 143+95+149=387 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.95% from 387); Green value is 95 (37.5% from 255 or 24.55% from 387); Blue value is 149 (58.59% from 255 or 38.50% from 387); Max value from RGB is 149 - color contains mainly: blue. Hex color #8F5F95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F5F95 is #70A06A. Grayscale: #737373. Windows color (decimal): -7381099 or 9789327. OLE color: 9789327.

HSL color Cylindrical-coordinate representation of color #8F5F95: hue angle of 293.33º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8F5F95 is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB14395149-
CMYK0.040.3600.42
HSL293.33º22.13%47.84%-
HSV(B)293.33º36.24%58.43%-
XYZ20.8416.1930.46-
YUV115.51146.9147.61-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 36.95%
GREEN value IS 95 (37.5% from 255) = 24.55%
BLUE value IS 149 (58.59% from 255) = 38.50%
R=36.95%
G=24.55%
B=38.50%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal143951490.040.3600.42293.3322.1347.84
Hex8F5F9542402A1251630
Octal2171372254440524452660
Binary10001111101111110010101100100100010101010010010110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,95,149); }

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

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

 a { background-color: rgb(143,95,149); }

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

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

 span { border-color: rgb(143,95,149); }

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