#8F2F9B

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

Shades of Vivid Violet #8F2F9B

Tints of Vivid Violet #8F2F9B

Color information

#8F2F9B (or 0x8F2F9B) is unknown color: approx Vivid Violet. HEX triplet: 8F, 2F and 9B. RGB value is (143,47,155). Sum of RGB (Red+Green+Blue) = 143+47+155=345 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.45% from 345); Green value is 47 (18.75% from 255 or 13.62% from 345); Blue value is 155 (60.94% from 255 or 44.93% from 345); Max value from RGB is 155 - color contains mainly: blue. Hex color #8F2F9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F2F9B is #70D064. Grayscale: #575757. Windows color (decimal): -7393381 or 10170255. OLE color: 10170255.

HSL color Cylindrical-coordinate representation of color #8F2F9B: hue angle of 293.33º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8F2F9B is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB14347155-
CMYK0.080.7000.39
HSL293.33º53.47%39.61%-
HSV(B)293.33º69.68%60.78%-
XYZ18.2610.2432.02-
YUV88.02165.8167.22-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 41.45%
GREEN value IS 47 (18.75% from 255) = 13.62%
BLUE value IS 155 (60.94% from 255) = 44.93%
R=41.45%
G=13.62%
B=44.93%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal143471550.080.7000.39293.3353.4739.61
Hex8F2F9B8460271253528
Octal21757233101060474456550
Binary1000111110111110011011100010001100100111100100101110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F2F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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