#8F529B

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

Shades of Violet Blue #8F529B

Tints of Violet Blue #8F529B

Color information

#8F529B (or 0x8F529B) is unknown color: approx Violet Blue. HEX triplet: 8F, 52 and 9B. RGB value is (143,82,155). Sum of RGB (Red+Green+Blue) = 143+82+155=380 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.63% from 380); Green value is 82 (32.42% from 255 or 21.58% from 380); Blue value is 155 (60.94% from 255 or 40.79% from 380); Max value from RGB is 155 - color contains mainly: blue. Hex color #8F529B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F529B is #70AD64. Grayscale: #6C6C6C. Windows color (decimal): -7384421 or 10179215. OLE color: 10179215.

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

Color convert

RGB14382155-
CMYK0.080.4700.39
HSL290.14º30.8%46.47%-
HSV(B)290.14º47.1%60.78%-
XYZ20.2614.2432.69-
YUV108.56154.21152.56-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 37.63%
GREEN value IS 82 (32.42% from 255) = 21.58%
BLUE value IS 155 (60.94% from 255) = 40.79%
R=37.63%
G=21.58%
B=40.79%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal143821550.080.4700.39290.1430.846.47
Hex8F529B82F0271221f2e
Octal21712223310570474423756
Binary100011111010010100110111000101111010011110010001011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F529B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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