#8F509C

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

Shades of Violet Blue #8F509C

Tints of Violet Blue #8F509C

Color information

#8F509C (or 0x8F509C) is unknown color: approx Violet Blue. HEX triplet: 8F, 50 and 9C. RGB value is (143,80,156). Sum of RGB (Red+Green+Blue) = 143+80+156=379 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.73% from 379); Green value is 80 (31.64% from 255 or 21.11% from 379); Blue value is 156 (61.33% from 255 or 41.16% from 379); Max value from RGB is 156 - color contains mainly: blue. Hex color #8F509C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F509C is #70AF63. Grayscale: #6B6B6B. Windows color (decimal): -7384932 or 10244239. OLE color: 10244239.

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

Color convert

RGB14380156-
CMYK0.080.4900.39
HSL289.74º32.2%46.27%-
HSV(B)289.74º48.72%61.18%-
XYZ20.213.9833.09-
YUV107.5155.37153.32-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 37.73%
GREEN value IS 80 (31.64% from 255) = 21.11%
BLUE value IS 156 (61.33% from 255) = 41.16%
R=37.73%
G=21.11%
B=41.16%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal143801560.080.4900.39289.7432.246.27
Hex8F509C831027122202e
Octal21712023410610474424056
Binary1000111110100001001110010001100010100111100100010100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F509C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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