#8F7690

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

Shades of Violet Blue #8F7690

Tints of Violet Blue #8F7690

Color information

#8F7690 (or 0x8F7690) is unknown color: approx Violet Blue. HEX triplet: 8F, 76 and 90. RGB value is (143,118,144). Sum of RGB (Red+Green+Blue) = 143+118+144=405 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.31% from 405); Green value is 118 (46.48% from 255 or 29.14% from 405); Blue value is 144 (56.64% from 255 or 35.56% from 405); Max value from RGB is 144 - color contains mainly: blue. Hex color #8F7690 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7690 is #70896F. Grayscale: #808080. Windows color (decimal): -7375216 or 9467535. OLE color: 9467535.

HSL color Cylindrical-coordinate representation of color #8F7690: hue angle of 297.69º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8F7690 is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB143118144-
CMYK0.010.1800.44
HSL297.69º10.48%51.37%-
HSV(B)297.69º18.06%56.47%-
XYZ22.8420.8129.2-
YUV128.44136.78138.39-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 35.31%
GREEN value IS 118 (46.48% from 255) = 29.14%
BLUE value IS 144 (56.64% from 255) = 35.56%
R=35.31%
G=29.14%
B=35.56%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431181440.010.1800.44297.6910.4851.37
Hex8F769011202C12aa33
Octal2171662201220544521263
Binary1000111111101101001000011001001011001001010101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,118,144); }

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

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

 a { background-color: rgb(143,118,144); }

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

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

 span { border-color: rgb(143,118,144); }

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