#8F3BAB

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

Shades of Vivid Violet #8F3BAB

Tints of Vivid Violet #8F3BAB

Color information

#8F3BAB (or 0x8F3BAB) is unknown color: approx Vivid Violet. HEX triplet: 8F, 3B and AB. RGB value is (143,59,171). Sum of RGB (Red+Green+Blue) = 143+59+171=373 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.34% from 373); Green value is 59 (23.44% from 255 or 15.82% from 373); Blue value is 171 (67.19% from 255 or 45.84% from 373); Max value from RGB is 171 - color contains mainly: blue. Hex color #8F3BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F3BAB is #70C454. Grayscale: #606060. Windows color (decimal): -7390293 or 11221903. OLE color: 11221903.

HSL color Cylindrical-coordinate representation of color #8F3BAB: hue angle of 285º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8F3BAB is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14359171-
CMYK0.160.6500.33
HSL285º48.7%45.1%-
HSV(B)285º65.5%67.06%-
XYZ20.2411.9139.76-
YUV96.88169.83160.89-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.34%
GREEN value IS 59 (23.44% from 255) = 15.82%
BLUE value IS 171 (67.19% from 255) = 45.84%
R=38.34%
G=15.82%
B=45.84%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal143591710.160.6500.3328548.745.1
Hex8F3BAB104102111d312d
Octal21773253201010414356155
Binary10001111111011101010111000010000010100001100011101110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F3BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,59,171); }

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

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

 a { background-color: rgb(143,59,171); }

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

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

 span { border-color: rgb(143,59,171); }

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