#8F1DA6

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

Shades of Vivid Violet #8F1DA6

Tints of Vivid Violet #8F1DA6

Color information

#8F1DA6 (or 0x8F1DA6) is unknown color: approx Vivid Violet. HEX triplet: 8F, 1D and A6. RGB value is (143,29,166). Sum of RGB (Red+Green+Blue) = 143+29+166=338 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.31% from 338); Green value is 29 (11.72% from 255 or 8.58% from 338); Blue value is 166 (65.23% from 255 or 49.11% from 338); Max value from RGB is 166 - color contains mainly: blue. Hex color #8F1DA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F1DA6 is #70E259. Grayscale: #4E4E4E. Windows color (decimal): -7397978 or 10886543. OLE color: 10886543.

HSL color Cylindrical-coordinate representation of color #8F1DA6: hue angle of 289.93º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8F1DA6 is Cyan = 0.14, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB14329166-
CMYK0.140.8300.35
HSL289.93º70.26%38.24%-
HSV(B)289.93º82.53%65.1%-
XYZ18.659.4736.92-
YUV78.7177.27173.86-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 42.31%
GREEN value IS 29 (11.72% from 255) = 8.58%
BLUE value IS 166 (65.23% from 255) = 49.11%
R=42.31%
G=8.58%
B=49.11%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal143291660.140.8300.35289.9370.2638.24
Hex8F1DA6E530231224626
Octal217352461612304344210646
Binary1000111111101101001101110101001101000111001000101000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F1DA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,29,166); }

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

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

 a { background-color: rgb(143,29,166); }

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

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

 span { border-color: rgb(143,29,166); }

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