#8F5D9D

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

Shades of Violet Blue #8F5D9D

Tints of Violet Blue #8F5D9D

Color information

#8F5D9D (or 0x8F5D9D) is unknown color: approx Violet Blue. HEX triplet: 8F, 5D and 9D. RGB value is (143,93,157). Sum of RGB (Red+Green+Blue) = 143+93+157=393 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.39% from 393); Green value is 93 (36.72% from 255 or 23.66% from 393); Blue value is 157 (61.72% from 255 or 39.95% from 393); Max value from RGB is 157 - color contains mainly: blue. Hex color #8F5D9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F5D9D is #70A262. Grayscale: #737373. Windows color (decimal): -7381603 or 10313103. OLE color: 10313103.

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

Color convert

RGB14393157-
CMYK0.090.4100.38
HSL286.88º25.6%49.02%-
HSV(B)286.88º40.76%61.57%-
XYZ21.3316.133.88-
YUV115.25151.56147.8-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 36.39%
GREEN value IS 93 (36.72% from 255) = 23.66%
BLUE value IS 157 (61.72% from 255) = 39.95%
R=36.39%
G=23.66%
B=39.95%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal143931570.090.4100.38286.8825.649.02
Hex8F5D9D92902611f1a31
Octal21713523511510464373261
Binary100011111011101100111011001101001010011010001111111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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