#8F3F8E

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

Shades of Vivid Violet #8F3F8E

Tints of Vivid Violet #8F3F8E

Color information

#8F3F8E (or 0x8F3F8E) is unknown color: approx Vivid Violet. HEX triplet: 8F, 3F and 8E. RGB value is (143,63,142). Sum of RGB (Red+Green+Blue) = 143+63+142=348 (46% of max value = 765). Red value is 143 (56.25% from 255 or 41.09% from 348); Green value is 63 (25% from 255 or 18.10% from 348); Blue value is 142 (55.86% from 255 or 40.80% from 348); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3F8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F3F8E is #70C071. Grayscale: #5F5F5F. Windows color (decimal): -7389298 or 9322383. OLE color: 9322383.

HSL color Cylindrical-coordinate representation of color #8F3F8E: hue angle of 300.75º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8F3F8E is Cyan = 0, Magento = 0.56, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB14363142-
CMYK00.560.010.44
HSL300.75º38.83%40.39%-
HSV(B)300.75º55.94%56.08%-
XYZ17.9911.3526.83-
YUV95.93154161.58-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 41.09%
GREEN value IS 63 (25% from 255) = 18.10%
BLUE value IS 142 (55.86% from 255) = 40.80%
R=41.09%
G=18.10%
B=40.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1436314200.560.010.44300.7538.8340.39
Hex8F3F8E03812C12d2728
Octal217772160701544554750
Binary100011111111111000111001110001101100100101101100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F3F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,63,142); }

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

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

 a { background-color: rgb(143,63,142); }

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

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

 span { border-color: rgb(143,63,142); }

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