#8F4D92

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

Shades of Violet Blue #8F4D92

Tints of Violet Blue #8F4D92

Color information

#8F4D92 (or 0x8F4D92) is unknown color: approx Violet Blue. HEX triplet: 8F, 4D and 92. RGB value is (143,77,146). Sum of RGB (Red+Green+Blue) = 143+77+146=366 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.07% from 366); Green value is 77 (30.47% from 255 or 21.04% from 366); Blue value is 146 (57.42% from 255 or 39.89% from 366); Max value from RGB is 146 - color contains mainly: blue. Hex color #8F4D92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F4D92 is #70B26D. Grayscale: #686868. Windows color (decimal): -7385710 or 9588111. OLE color: 9588111.

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

Color convert

RGB14377146-
CMYK0.020.4700.43
HSL297.39º30.94%43.73%-
HSV(B)297.39º47.26%57.25%-
XYZ19.1713.2228.74-
YUV104.6151.37155.39-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 39.07%
GREEN value IS 77 (30.47% from 255) = 21.04%
BLUE value IS 146 (57.42% from 255) = 39.89%
R=39.07%
G=21.04%
B=39.89%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal143771460.020.4700.43297.3930.9443.73
Hex8F4D9222F02B1291f2c
Octal2171152222570534513754
Binary1000111110011011001001010101111010101110010100111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F4D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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