#8F5B9E

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

Shades of Violet Blue #8F5B9E

Tints of Violet Blue #8F5B9E

Color information

#8F5B9E (or 0x8F5B9E) is unknown color: approx Violet Blue. HEX triplet: 8F, 5B and 9E. RGB value is (143,91,158). Sum of RGB (Red+Green+Blue) = 143+91+158=392 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.48% from 392); Green value is 91 (35.94% from 255 or 23.21% from 392); Blue value is 158 (62.11% from 255 or 40.31% from 392); Max value from RGB is 158 - color contains mainly: blue. Hex color #8F5B9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F5B9E is #70A461. Grayscale: #717171. Windows color (decimal): -7382114 or 10378127. OLE color: 10378127.

HSL color Cylindrical-coordinate representation of color #8F5B9E: hue angle of 286.57º 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 #8F5B9E is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14391158-
CMYK0.090.4200.38
HSL286.57º26.91%48.82%-
HSV(B)286.57º42.41%61.96%-
XYZ21.2415.7934.28-
YUV114.19152.73148.55-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 36.48%
GREEN value IS 91 (35.94% from 255) = 23.21%
BLUE value IS 158 (62.11% from 255) = 40.31%
R=36.48%
G=23.21%
B=40.31%

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
Decimal143911580.090.4200.38286.5726.9148.82
Hex8F5B9E92A02611f1b31
Octal21713323611520464373361
Binary100011111011011100111101001101010010011010001111111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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