#8F768F

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

Shades of Violet Blue #8F768F

Tints of Violet Blue #8F768F

Color information

#8F768F (or 0x8F768F) is unknown color: approx Violet Blue. HEX triplet: 8F, 76 and 8F. RGB value is (143,118,143). Sum of RGB (Red+Green+Blue) = 143+118+143=404 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.40% from 404); Green value is 118 (46.48% from 255 or 29.21% from 404); Blue value is 143 (56.25% from 255 or 35.40% from 404); Max value from RGB is 143 - color contains mainly: red, blue. Hex color #8F768F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F768F is #708970. Grayscale: #808080. Windows color (decimal): -7375217 or 9401999. OLE color: 9401999.

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

Color convert

RGB143118143-
CMYK00.1700.44
HSL300º10.04%51.18%-
HSV(B)300º17.48%56.08%-
XYZ22.7620.7828.8-
YUV128.32136.28138.47-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 35.40%
GREEN value IS 118 (46.48% from 255) = 29.21%
BLUE value IS 143 (56.25% from 255) = 35.40%
R=35.40%
G=29.21%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14311814300.1700.4430010.0451.18
Hex8F768F01102C12ca33
Octal2171662170210544541263
Binary1000111111101101000111101000101011001001011001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F768F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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