#8F6791

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

Shades of Violet Blue #8F6791

Tints of Violet Blue #8F6791

Color information

#8F6791 (or 0x8F6791) is unknown color: approx Violet Blue. HEX triplet: 8F, 67 and 91. RGB value is (143,103,145). Sum of RGB (Red+Green+Blue) = 143+103+145=391 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.57% from 391); Green value is 103 (40.62% from 255 or 26.34% from 391); Blue value is 145 (57.03% from 255 or 37.08% from 391); Max value from RGB is 145 - color contains mainly: blue. Hex color #8F6791 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F6791 is #70986E. Grayscale: #777777. Windows color (decimal): -7379055 or 9529231. OLE color: 9529231.

HSL color Cylindrical-coordinate representation of color #8F6791: hue angle of 297.14º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8F6791 is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB143103145-
CMYK0.010.2900.43
HSL297.14º16.94%48.63%-
HSV(B)297.14º28.97%56.86%-
XYZ21.2917.5829.06-
YUV119.75142.25144.58-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 36.57%
GREEN value IS 103 (40.62% from 255) = 26.34%
BLUE value IS 145 (57.03% from 255) = 37.08%
R=36.57%
G=26.34%
B=37.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1431031450.010.2900.43297.1416.9448.63
Hex8F679111D02B1291131
Octal2171472211350534512161
Binary10001111110011110010001111101010101110010100110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,103,145); }

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

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

 a { background-color: rgb(143,103,145); }

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

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

 span { border-color: rgb(143,103,145); }

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