#8F529A

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

Shades of Violet Blue #8F529A

Tints of Violet Blue #8F529A

Color information

#8F529A (or 0x8F529A) is unknown color: approx Violet Blue. HEX triplet: 8F, 52 and 9A. RGB value is (143,82,154). Sum of RGB (Red+Green+Blue) = 143+82+154=379 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.73% from 379); Green value is 82 (32.42% from 255 or 21.64% from 379); Blue value is 154 (60.55% from 255 or 40.63% from 379); Max value from RGB is 154 - color contains mainly: blue. Hex color #8F529A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F529A is #70AD65. Grayscale: #6C6C6C. Windows color (decimal): -7384422 or 10113679. OLE color: 10113679.

HSL color Cylindrical-coordinate representation of color #8F529A: hue angle of 290.83º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8F529A is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB14382154-
CMYK0.070.4700.40
HSL290.83º30.51%46.27%-
HSV(B)290.83º46.75%60.39%-
XYZ20.1814.2132.25-
YUV108.45153.71152.65-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 37.73%
GREEN value IS 82 (32.42% from 255) = 21.64%
BLUE value IS 154 (60.55% from 255) = 40.63%
R=37.73%
G=21.64%
B=40.63%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal143821540.070.4700.40290.8330.5146.27
Hex8F529A72F0281231f2e
Octal2171222327570504433756
Binary10001111101001010011010111101111010100010010001111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F529A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,82,154); }

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

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

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

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

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

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

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