#8F509B

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

Shades of Violet Blue #8F509B

Tints of Violet Blue #8F509B

Color information

#8F509B (or 0x8F509B) is unknown color: approx Violet Blue. HEX triplet: 8F, 50 and 9B. RGB value is (143,80,155). Sum of RGB (Red+Green+Blue) = 143+80+155=378 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.83% from 378); Green value is 80 (31.64% from 255 or 21.16% from 378); Blue value is 155 (60.94% from 255 or 41.01% from 378); Max value from RGB is 155 - color contains mainly: blue. Hex color #8F509B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F509B is #70AF64. Grayscale: #6B6B6B. Windows color (decimal): -7384933 or 10178703. OLE color: 10178703.

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

Color convert

RGB14380155-
CMYK0.080.4800.39
HSL290.4º31.91%46.08%-
HSV(B)290.4º48.39%60.78%-
XYZ20.1113.9432.64-
YUV107.39154.87153.4-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 37.83%
GREEN value IS 80 (31.64% from 255) = 21.16%
BLUE value IS 155 (60.94% from 255) = 41.01%
R=37.83%
G=21.16%
B=41.01%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal143801550.080.4800.39290.431.9146.08
Hex8F509B830027122202e
Octal21712023310600474424056
Binary1000111110100001001101110001100000100111100100010100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F509B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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