#8F6E92

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

Shades of Violet Blue #8F6E92

Tints of Violet Blue #8F6E92

Color information

#8F6E92 (or 0x8F6E92) is unknown color: approx Violet Blue. HEX triplet: 8F, 6E and 92. RGB value is (143,110,146). Sum of RGB (Red+Green+Blue) = 143+110+146=399 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.84% from 399); Green value is 110 (43.36% from 255 or 27.57% from 399); Blue value is 146 (57.42% from 255 or 36.59% from 399); Max value from RGB is 146 - color contains mainly: blue. Hex color #8F6E92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F6E92 is #70916D. Grayscale: #7B7B7B. Windows color (decimal): -7377262 or 9596559. OLE color: 9596559.

HSL color Cylindrical-coordinate representation of color #8F6E92: hue angle of 295º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8F6E92 is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB143110146-
CMYK0.020.2500.43
HSL295º14.17%50.2%-
HSV(B)295º24.66%57.25%-
XYZ22.0919.0729.71-
YUV123.97140.43141.57-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 35.84%
GREEN value IS 110 (43.36% from 255) = 27.57%
BLUE value IS 146 (57.42% from 255) = 36.59%
R=35.84%
G=27.57%
B=36.59%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1431101460.020.2500.4329514.1750.2
Hex8F6E9221902B127e32
Octal2171562222310534471662
Binary10001111110111010010010101100101010111001001111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,110,146); }

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

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

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

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

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

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

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