#8F34AD

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

Shades of Vivid Violet #8F34AD

Tints of Vivid Violet #8F34AD

Color information

#8F34AD (or 0x8F34AD) is unknown color: approx Vivid Violet. HEX triplet: 8F, 34 and AD. RGB value is (143,52,173). Sum of RGB (Red+Green+Blue) = 143+52+173=368 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.86% from 368); Green value is 52 (20.70% from 255 or 14.13% from 368); Blue value is 173 (67.97% from 255 or 47.01% from 368); Max value from RGB is 173 - color contains mainly: blue. Hex color #8F34AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F34AD is #70CB52. Grayscale: #5C5C5C. Windows color (decimal): -7392083 or 11351183. OLE color: 11351183.

HSL color Cylindrical-coordinate representation of color #8F34AD: hue angle of 285.12º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8F34AD is Cyan = 0.17, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14352173-
CMYK0.170.7000.32
HSL285.12º53.78%44.12%-
HSV(B)285.12º69.94%67.84%-
XYZ20.111.3140.66-
YUV93173.15163.66-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.86%
GREEN value IS 52 (20.70% from 255) = 14.13%
BLUE value IS 173 (67.97% from 255) = 47.01%
R=38.86%
G=14.13%
B=47.01%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal143521730.170.7000.32285.1253.7844.12
Hex8F34AD114602011d362c
Octal21764255211060404356654
Binary10001111110100101011011000110001100100000100011101110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F34AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,52,173); }

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

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

 a { background-color: rgb(143,52,173); }

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

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

 span { border-color: rgb(143,52,173); }

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