Html Css Color HEX #8F219B Vivid Violet

📋 copy color: '#8F219B'

red 143 ◦ green 33 ◦ blue 155

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

Shades of Vivid Violet #8F219B

Tints of Vivid Violet #8F219B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 46.83%

R = 43.2%
G = 9.97%
B = 46.83%

CMYK

 C value IS 0.08

 M value IS 0.79

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8F219B (or 0x8F219B) is known color: Vivid Violet. HEX triplet: 8F, 21 and 9B. RGB value is (143,33,155). Sum of RGB (Red+Green+Blue) = 143+33+155=331 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.20% from 331); Green value is 33 (13.28% from 255 or 9.97% from 331); Blue value is 155 (60.94% from 255 or 46.83% from 331); Max value from RGB is 155 - color contains mainly: blue. Hex color #8F219B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F219B is #70DE64. Grayscale: #4F4F4F. Windows color (decimal): -7396965 or 10166671. OLE color: 10166671.

HSL color Cylindrical-coordinate representation of color #8F219B: hue angle of 294.1º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8F219B is Cyan = 0.08, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 143 33 155 -
CMYK 0.08 0.79 0 0.39
HSL 294.1º 0.65% 0.37% -
HSV(B) 294.1º 0.79% 0.61% -
XYZ 17.79 9.29 31.87 -
YUV 79.8 170.44 173.08 -
System Red Green Blue C M Y K H S L
Decimal 143 33 155 0.08 0.79 0 0.39 294.1 0.65 0.37
Hex 8F 21 9B 8 4F 0 27 126 41 25
Octal 217 41 233 10 117 0 47 446 101 45
Binary 10001111 100001 10011011 1000 1001111 0 100111 100100110 1000001 100101

Color Harmonies of #8F219B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F219B

Black with #8F219B

Text Example


Text Example

White with #8F219B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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