Html Css Color HEX #8F49FE Blue Violet

📋 copy color: '#8F49FE'

red 143 ◦ green 73 ◦ blue 254

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

Shades of Blue Violet #8F49FE

Tints of Blue Violet #8F49FE

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.53%

 BLUE value IS 254 (99.61% from 255) = 54.04%

R = 30.43%
G = 15.53%
B = 54.04%

CMYK

 C value IS 0.44

 M value IS 0.71

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8F49FE (or 0x8F49FE) is known color: Blue Violet. HEX triplet: 8F, 49 and FE. RGB value is (143,73,254). Sum of RGB (Red+Green+Blue) = 143+73+254=470 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.43% from 470); Green value is 73 (28.91% from 255 or 15.53% from 470); Blue value is 254 (99.61% from 255 or 54.04% from 470); Max value from RGB is 254 - color contains mainly: blue. Hex color #8F49FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F49FE is #70B601. Grayscale: #717171. Windows color (decimal): -7386626 or 16664975. OLE color: 16664975.

HSL color Cylindrical-coordinate representation of color #8F49FE: hue angle of 263.2º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8F49FE is Cyan = 0.44, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 143 73 254 -
CMYK 0.44 0.71 0 0.00
HSL 263.2º 0.99% 0.64% -
HSV(B) 263.2º 0.71% 1% -
XYZ 31.6 17.76 95.53 -
YUV 114.56 206.69 148.28 -
System Red Green Blue C M Y K H S L
Decimal 143 73 254 0.44 0.71 0 0.00 263.2 0.99 0.64
Hex 8F 49 FE 2C 47 0 0 107 63 40
Octal 217 111 376 54 107 0 0 407 143 100
Binary 10001111 1001001 11111110 101100 1000111 0 0 100000111 1100011 1000000

Color Harmonies of #8F49FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F49FE

Black with #8F49FE

Text Example


Text Example

White with #8F49FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,73,254); }

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

background-color css

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

 a { background-color: rgb(143,73,254); }

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

border-color css

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

 span { border-color: rgb(143,73,254); }

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