Html Css Color HEX #8F19FB Blue Violet

📋 copy color: '#8F19FB'

red 143 ◦ green 25 ◦ blue 251

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

Shades of Blue Violet #8F19FB

Tints of Blue Violet #8F19FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 59.9%

R = 34.13%
G = 5.97%
B = 59.9%

CMYK

 C value IS 0.43

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8F19FB (or 0x8F19FB) is known color: Blue Violet. HEX triplet: 8F, 19 and FB. RGB value is (143,25,251). Sum of RGB (Red+Green+Blue) = 143+25+251=419 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.13% from 419); Green value is 25 (10.16% from 255 or 5.97% from 419); Blue value is 251 (98.44% from 255 or 59.90% from 419); Max value from RGB is 251 - color contains mainly: blue. Hex color #8F19FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F19FB is #70E604. Grayscale: #555555. Windows color (decimal): -7398917 or 16456079. OLE color: 16456079.

HSL color Cylindrical-coordinate representation of color #8F19FB: hue angle of 271.33º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8F19FB is Cyan = 0.43, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 143 25 251 -
CMYK 0.43 0.90 0 0.02
HSL 271.33º 0.97% 0.54% -
HSV(B) 271.33º 0.9% 0.98% -
XYZ 29.09 13.5 92.34 -
YUV 86.05 221.09 168.62 -
System Red Green Blue C M Y K H S L
Decimal 143 25 251 0.43 0.90 0 0.02 271.33 0.97 0.54
Hex 8F 19 FB 2B 5A 0 2 10F 61 36
Octal 217 31 373 53 132 0 2 417 141 66
Binary 10001111 11001 11111011 101011 1011010 0 10 100001111 1100001 110110

Color Harmonies of #8F19FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F19FB

Black with #8F19FB

Text Example


Text Example

White with #8F19FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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