#8F5092

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

Shades of Violet Blue #8F5092

Tints of Violet Blue #8F5092

Color information

#8F5092 (or 0x8F5092) is unknown color: approx Violet Blue. HEX triplet: 8F, 50 and 92. RGB value is (143,80,146). Sum of RGB (Red+Green+Blue) = 143+80+146=369 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.75% from 369); Green value is 80 (31.64% from 255 or 21.68% from 369); Blue value is 146 (57.42% from 255 or 39.57% from 369); Max value from RGB is 146 - color contains mainly: blue. Hex color #8F5092 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F5092 is #70AF6D. Grayscale: #6A6A6A. Windows color (decimal): -7384942 or 9588879. OLE color: 9588879.

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

Color convert

RGB14380146-
CMYK0.020.4500.43
HSL297.27º29.2%44.31%-
HSV(B)297.27º45.21%57.25%-
XYZ19.3813.6528.81-
YUV106.36150.37154.13-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.75%
GREEN value IS 80 (31.64% from 255) = 21.68%
BLUE value IS 146 (57.42% from 255) = 39.57%
R=38.75%
G=21.68%
B=39.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal143801460.020.4500.43297.2729.244.31
Hex8F509222D02B1291d2c
Octal2171202222550534513554
Binary1000111110100001001001010101101010101110010100111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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