#8F3DA4

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

Shades of Vivid Violet #8F3DA4

Tints of Vivid Violet #8F3DA4

Color information

#8F3DA4 (or 0x8F3DA4) is unknown color: approx Vivid Violet. HEX triplet: 8F, 3D and A4. RGB value is (143,61,164). Sum of RGB (Red+Green+Blue) = 143+61+164=368 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.86% from 368); Green value is 61 (24.22% from 255 or 16.58% from 368); Blue value is 164 (64.45% from 255 or 44.57% from 368); Max value from RGB is 164 - color contains mainly: blue. Hex color #8F3DA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F3DA4 is #70C25B. Grayscale: #606060. Windows color (decimal): -7389788 or 10763663. OLE color: 10763663.

HSL color Cylindrical-coordinate representation of color #8F3DA4: hue angle of 287.77º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8F3DA4 is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB14361164-
CMYK0.130.6300.36
HSL287.77º45.78%44.12%-
HSV(B)287.77º62.8%64.31%-
XYZ19.711.8636.37-
YUV97.26165.67160.62-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.86%
GREEN value IS 61 (24.22% from 255) = 16.58%
BLUE value IS 164 (64.45% from 255) = 44.57%
R=38.86%
G=16.58%
B=44.57%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal143611640.130.6300.36287.7745.7844.12
Hex8F3DA4D3F0241202e2c
Octal2177524415770444405654
Binary100011111111011010010011011111110100100100100000101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F3DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,61,164); }

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

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

 a { background-color: rgb(143,61,164); }

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

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

 span { border-color: rgb(143,61,164); }

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