#8F5B9D

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

Shades of Violet Blue #8F5B9D

Tints of Violet Blue #8F5B9D

Color information

#8F5B9D (or 0x8F5B9D) is unknown color: approx Violet Blue. HEX triplet: 8F, 5B and 9D. RGB value is (143,91,157). Sum of RGB (Red+Green+Blue) = 143+91+157=391 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.57% from 391); Green value is 91 (35.94% from 255 or 23.27% from 391); Blue value is 157 (61.72% from 255 or 40.15% from 391); Max value from RGB is 157 - color contains mainly: blue. Hex color #8F5B9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F5B9D is #70A462. Grayscale: #717171. Windows color (decimal): -7382115 or 10312591. OLE color: 10312591.

HSL color Cylindrical-coordinate representation of color #8F5B9D: hue angle of 287.27º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8F5B9D is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14391157-
CMYK0.090.4200.38
HSL287.27º26.61%48.63%-
HSV(B)287.27º42.04%61.57%-
XYZ21.1515.7633.82-
YUV114.07152.23148.63-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 36.57%
GREEN value IS 91 (35.94% from 255) = 23.27%
BLUE value IS 157 (61.72% from 255) = 40.15%
R=36.57%
G=23.27%
B=40.15%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal143911570.090.4200.38287.2726.6148.63
Hex8F5B9D92A02611f1b31
Octal21713323511520464373361
Binary100011111011011100111011001101010010011010001111111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,91,157); }

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

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

 a { background-color: rgb(143,91,157); }

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

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

 span { border-color: rgb(143,91,157); }

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