Html Css Color HEX #8F21AB Vivid Violet

📋 copy color: '#8F21AB'

red 143 ◦ green 33 ◦ blue 171

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

Shades of Vivid Violet #8F21AB

Tints of Vivid Violet #8F21AB

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.51%

 BLUE value IS 171 (67.19% from 255) = 49.28%

R = 41.21%
G = 9.51%
B = 49.28%

CMYK

 C value IS 0.16

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8F21AB (or 0x8F21AB) is known color: Vivid Violet. HEX triplet: 8F, 21 and AB. RGB value is (143,33,171). Sum of RGB (Red+Green+Blue) = 143+33+171=347 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.21% from 347); Green value is 33 (13.28% from 255 or 9.51% from 347); Blue value is 171 (67.19% from 255 or 49.28% from 347); Max value from RGB is 171 - color contains mainly: blue. Hex color #8F21AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F21AB is #70DE54. Grayscale: #515151. Windows color (decimal): -7396949 or 11215247. OLE color: 11215247.

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

Color convert

RGB 143 33 171 -
CMYK 0.16 0.81 0 0.33
HSL 287.83º 0.68% 0.4% -
HSV(B) 287.83º 0.81% 0.67% -
XYZ 19.22 9.87 39.42 -
YUV 81.62 178.44 171.78 -
System Red Green Blue C M Y K H S L
Decimal 143 33 171 0.16 0.81 0 0.33 287.83 0.68 0.4
Hex 8F 21 AB 10 51 0 21 120 44 28
Octal 217 41 253 20 121 0 41 440 104 50
Binary 10001111 100001 10101011 10000 1010001 0 100001 100100000 1000100 101000

Color Harmonies of #8F21AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F21AB

Black with #8F21AB

Text Example


Text Example

White with #8F21AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,33,171); }

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

background-color css

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

 a { background-color: rgb(143,33,171); }

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

border-color css

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

 span { border-color: rgb(143,33,171); }

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