Html Css Color HEX #8F34AD Vivid Violet

📋 copy color: '#8F34AD'

red 143 ◦ green 52 ◦ blue 173

#8F34AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vivid Violet #8F34AD

Tints of Vivid Violet #8F34AD

RGB

 RED value IS 143 (56.25% from 255) = 38.86%

 GREEN value IS 52 (20.7% 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 value IS 0.17

 M value IS 0.70

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8F34AD (or 0x8F34AD) is known color: 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

RGB 143 52 173 -
CMYK 0.17 0.70 0 0.32
HSL 285.12º 0.54% 0.44% -
HSV(B) 285.12º 0.7% 0.68% -
XYZ 20.1 11.31 40.66 -
YUV 93 173.15 163.66 -
System Red Green Blue C M Y K H S L
Decimal 143 52 173 0.17 0.70 0 0.32 285.12 0.54 0.44
Hex 8F 34 AD 11 46 0 20 11D 36 2C
Octal 217 64 255 21 106 0 40 435 66 54
Binary 10001111 110100 10101101 10001 1000110 0 100000 100011101 110110 101100

Color Harmonies of #8F34AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F34AD

Black with #8F34AD

Text Example


Text Example

White with #8F34AD

Text Example


Text Example

HTML Codes & Css Web 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>