#8F529E

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

Shades of Violet Blue #8F529E

Tints of Violet Blue #8F529E

Color information

#8F529E (or 0x8F529E) is unknown color: approx Violet Blue. HEX triplet: 8F, 52 and 9E. RGB value is (143,82,158). Sum of RGB (Red+Green+Blue) = 143+82+158=383 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.34% from 383); Green value is 82 (32.42% from 255 or 21.41% from 383); Blue value is 158 (62.11% from 255 or 41.25% from 383); Max value from RGB is 158 - color contains mainly: blue. Hex color #8F529E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F529E is #70AD61. Grayscale: #6C6C6C. Windows color (decimal): -7384418 or 10375823. OLE color: 10375823.

HSL color Cylindrical-coordinate representation of color #8F529E: hue angle of 288.16º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8F529E is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14382158-
CMYK0.090.4800.38
HSL288.16º31.67%47.06%-
HSV(B)288.16º48.1%61.96%-
XYZ20.5214.3434.03-
YUV108.9155.71152.32-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 37.34%
GREEN value IS 82 (32.42% from 255) = 21.41%
BLUE value IS 158 (62.11% from 255) = 41.25%
R=37.34%
G=21.41%
B=41.25%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal143821580.090.4800.38288.1631.6747.06
Hex8F529E930026120202f
Octal21712223611600464404057
Binary1000111110100101001111010011100000100110100100000100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F529E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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