#8F6D92

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

Shades of Violet Blue #8F6D92

Tints of Violet Blue #8F6D92

Color information

#8F6D92 (or 0x8F6D92) is unknown color: approx Violet Blue. HEX triplet: 8F, 6D and 92. RGB value is (143,109,146). Sum of RGB (Red+Green+Blue) = 143+109+146=398 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.93% from 398); Green value is 109 (42.97% from 255 or 27.39% from 398); Blue value is 146 (57.42% from 255 or 36.68% from 398); Max value from RGB is 146 - color contains mainly: blue. Hex color #8F6D92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F6D92 is #70926D. Grayscale: #7B7B7B. Windows color (decimal): -7377518 or 9596303. OLE color: 9596303.

HSL color Cylindrical-coordinate representation of color #8F6D92: hue angle of 295.14º degrees, saturation: 0.15, 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 #8F6D92 is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB143109146-
CMYK0.020.2500.43
HSL295.14º14.51%50%-
HSV(B)295.14º25.34%57.25%-
XYZ21.9818.8529.67-
YUV123.38140.76141.99-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 35.93%
GREEN value IS 109 (42.97% from 255) = 27.39%
BLUE value IS 146 (57.42% from 255) = 36.68%
R=35.93%
G=27.39%
B=36.68%

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
Decimal1431091460.020.2500.43295.1414.5150
Hex8F6D9221902B127f32
Octal2171552222310534471762
Binary10001111110110110010010101100101010111001001111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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