#8F6B95

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

Shades of Violet Blue #8F6B95

Tints of Violet Blue #8F6B95

Color information

#8F6B95 (or 0x8F6B95) is unknown color: approx Violet Blue. HEX triplet: 8F, 6B and 95. RGB value is (143,107,149). Sum of RGB (Red+Green+Blue) = 143+107+149=399 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.84% from 399); Green value is 107 (42.19% from 255 or 26.82% from 399); Blue value is 149 (58.59% from 255 or 37.34% from 399); Max value from RGB is 149 - color contains mainly: blue. Hex color #8F6B95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F6B95 is #70946A. Grayscale: #7A7A7A. Windows color (decimal): -7378027 or 9792399. OLE color: 9792399.

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

Color convert

RGB143107149-
CMYK0.040.2800.42
HSL291.43º16.54%50.2%-
HSV(B)291.43º28.19%58.43%-
XYZ22.0118.5230.85-
YUV122.55142.93142.58-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 35.84%
GREEN value IS 107 (42.19% from 255) = 26.82%
BLUE value IS 149 (58.59% from 255) = 37.34%
R=35.84%
G=26.82%
B=37.34%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1431071490.040.2800.42291.4316.5450.2
Hex8F6B9541C02A1231132
Octal2171532254340524432162
Binary1000111111010111001010110011100010101010010001110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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