#8f33a3

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

Shades of Vivid Violet #8F33A3

Tints of Vivid Violet #8F33A3

Color information

#8F33A3 (or 0x8F33A3) is unknown color: approx Vivid Violet. HEX triplet: 8F, 33 and A3. RGB value is (143,51,163). Sum of RGB (Red+Green+Blue) = 143+51+163=357 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.06% from 357); Green value is 51 (20.31% from 255 or 14.29% from 357); Blue value is 163 (64.06% from 255 or 45.66% from 357); Max value from RGB is 163 - color contains mainly: blue. Hex color #8F33A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F33A3 is #70CC5C. Grayscale: #5A5A5A. Windows color (decimal): -7392349 or 10695567. OLE color: 10695567.

HSL color Cylindrical-coordinate representation of color #8F33A3: hue angle of 289.29º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8F33A3 is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB14351163-
CMYK0.120.6900.36
HSL289.29º52.34%41.96%-
HSV(B)289.29º68.71%63.92%-
XYZ19.1210.8535.74-
YUV91.28168.48164.89-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 40.06%
GREEN value IS 51 (20.31% from 255) = 14.29%
BLUE value IS 163 (64.06% from 255) = 45.66%
R=40.06%
G=14.29%
B=45.66%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal143511630.120.6900.36289.2952.3441.96
Hex8F33A3C45024121342a
Octal21763243141050444416452
Binary1000111111001110100011110010001010100100100100001110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8f33a3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,51,163); }

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

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

 a { background-color: rgb(143,51,163); }

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

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

 span { border-color: rgb(143,51,163); }

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