Html Css Color HEX #8F31F8 Blue Violet

📋 copy color: '#8F31F8'

red 143 ◦ green 49 ◦ blue 248

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

Shades of Blue Violet #8F31F8

Tints of Blue Violet #8F31F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 56.36%

R = 32.5%
G = 11.14%
B = 56.36%

CMYK

 C value IS 0.42

 M value IS 0.80

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#8F31F8 (or 0x8F31F8) is known color: Blue Violet. HEX triplet: 8F, 31 and F8. RGB value is (143,49,248). Sum of RGB (Red+Green+Blue) = 143+49+248=440 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.5% from 440); Green value is 49 (19.53% from 255 or 11.14% from 440); Blue value is 248 (97.27% from 255 or 56.36% from 440); Max value from RGB is 248 - color contains mainly: blue. Hex color #8F31F8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F31F8 is #70CE07. Grayscale: #636363. Windows color (decimal): -7392776 or 16265615. OLE color: 16265615.

HSL color Cylindrical-coordinate representation of color #8F31F8: hue angle of 268.34º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8F31F8 is Cyan = 0.42, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 143 49 248 -
CMYK 0.42 0.80 0 0.03
HSL 268.34º 0.93% 0.58% -
HSV(B) 268.34º 0.8% 0.97% -
XYZ 29.37 14.81 90.12 -
YUV 99.79 211.64 158.82 -
System Red Green Blue C M Y K H S L
Decimal 143 49 248 0.42 0.80 0 0.03 268.34 0.93 0.58
Hex 8F 31 F8 2A 50 0 3 10C 5D 3A
Octal 217 61 370 52 120 0 3 414 135 72
Binary 10001111 110001 11111000 101010 1010000 0 11 100001100 1011101 111010

Color Harmonies of #8F31F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F31F8

Black with #8F31F8

Text Example


Text Example

White with #8F31F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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