Html Css Color HEX #8F19AA Vivid Violet

📋 copy color: '#8F19AA'

red 143 ◦ green 25 ◦ blue 170

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

Shades of Vivid Violet #8F19AA

Tints of Vivid Violet #8F19AA

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.4%

 BLUE value IS 170 (66.8% from 255) = 50.3%

R = 42.31%
G = 7.4%
B = 50.3%

CMYK

 C value IS 0.16

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8F19AA (or 0x8F19AA) is known color: Vivid Violet. HEX triplet: 8F, 19 and AA. RGB value is (143,25,170). Sum of RGB (Red+Green+Blue) = 143+25+170=338 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.31% from 338); Green value is 25 (10.16% from 255 or 7.40% from 338); Blue value is 170 (66.80% from 255 or 50.30% from 338); Max value from RGB is 170 - color contains mainly: blue. Hex color #8F19AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F19AA is #70E655. Grayscale: #4C4C4C. Windows color (decimal): -7398998 or 11147663. OLE color: 11147663.

HSL color Cylindrical-coordinate representation of color #8F19AA: hue angle of 288.83º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8F19AA is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 143 25 170 -
CMYK 0.16 0.85 0 0.33
HSL 288.83º 0.74% 0.38% -
HSV(B) 288.83º 0.85% 0.67% -
XYZ 18.93 9.44 38.85 -
YUV 76.81 180.59 175.21 -
System Red Green Blue C M Y K H S L
Decimal 143 25 170 0.16 0.85 0 0.33 288.83 0.74 0.38
Hex 8F 19 AA 10 55 0 21 121 4A 26
Octal 217 31 252 20 125 0 41 441 112 46
Binary 10001111 11001 10101010 10000 1010101 0 100001 100100001 1001010 100110

Color Harmonies of #8F19AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F19AA

Black with #8F19AA

Text Example


Text Example

White with #8F19AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,25,170); }

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

background-color css

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

 a { background-color: rgb(143,25,170); }

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

border-color css

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

 span { border-color: rgb(143,25,170); }

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