Html Css Color HEX #8F31AC Vivid Violet

📋 copy color: '#8F31AC'

red 143 ◦ green 49 ◦ blue 172

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

Shades of Vivid Violet #8F31AC

Tints of Vivid Violet #8F31AC

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.46%

 BLUE value IS 172 (67.58% from 255) = 47.25%

R = 39.29%
G = 13.46%
B = 47.25%

CMYK

 C value IS 0.17

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8F31AC (or 0x8F31AC) is known color: Vivid Violet. HEX triplet: 8F, 31 and AC. RGB value is (143,49,172). Sum of RGB (Red+Green+Blue) = 143+49+172=364 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.29% from 364); Green value is 49 (19.53% from 255 or 13.46% from 364); Blue value is 172 (67.58% from 255 or 47.25% from 364); Max value from RGB is 172 - color contains mainly: blue. Hex color #8F31AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F31AC is #70CE53. Grayscale: #5A5A5A. Windows color (decimal): -7392852 or 11284879. OLE color: 11284879.

HSL color Cylindrical-coordinate representation of color #8F31AC: hue angle of 285.85º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8F31AC is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 143 49 172 -
CMYK 0.17 0.72 0 0.33
HSL 285.85º 0.56% 0.43% -
HSV(B) 285.85º 0.72% 0.67% -
XYZ 19.87 11.01 40.11 -
YUV 91.13 173.64 165 -
System Red Green Blue C M Y K H S L
Decimal 143 49 172 0.17 0.72 0 0.33 285.85 0.56 0.43
Hex 8F 31 AC 11 48 0 21 11E 38 2B
Octal 217 61 254 21 110 0 41 436 70 53
Binary 10001111 110001 10101100 10001 1001000 0 100001 100011110 111000 101011

Color Harmonies of #8F31AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F31AC

Black with #8F31AC

Text Example


Text Example

White with #8F31AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,49,172); }

 H1.HeaderClassName
 {
   color: #8F31AC;
 }
 .AnyTagClassName
 {
   color: #8F31AC;
 }
</style>

background-color css

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

 a { background-color: rgb(143,49,172); }

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

border-color css

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

 span { border-color: rgb(143,49,172); }

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