Html Css Color HEX #8F49EB Blue Violet

📋 copy color: '#8F49EB'

red 143 ◦ green 73 ◦ blue 235

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

Shades of Blue Violet #8F49EB

Tints of Blue Violet #8F49EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 52.11%

R = 31.71%
G = 16.19%
B = 52.11%

CMYK

 C value IS 0.39

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8F49EB (or 0x8F49EB) is known color: Blue Violet. HEX triplet: 8F, 49 and EB. RGB value is (143,73,235). Sum of RGB (Red+Green+Blue) = 143+73+235=451 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.71% from 451); Green value is 73 (28.91% from 255 or 16.19% from 451); Blue value is 235 (92.19% from 255 or 52.11% from 451); Max value from RGB is 235 - color contains mainly: blue. Hex color #8F49EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F49EB is #70B614. Grayscale: #6F6F6F. Windows color (decimal): -7386645 or 15419791. OLE color: 15419791.

HSL color Cylindrical-coordinate representation of color #8F49EB: hue angle of 265.93º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8F49EB is Cyan = 0.39, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 143 73 235 -
CMYK 0.39 0.69 0 0.08
HSL 265.93º 0.8% 0.6% -
HSV(B) 265.93º 0.69% 0.92% -
XYZ 28.71 16.6 80.29 -
YUV 112.4 197.19 149.83 -
System Red Green Blue C M Y K H S L
Decimal 143 73 235 0.39 0.69 0 0.08 265.93 0.8 0.6
Hex 8F 49 EB 27 45 0 8 10A 50 3C
Octal 217 111 353 47 105 0 10 412 120 74
Binary 10001111 1001001 11101011 100111 1000101 0 1000 100001010 1010000 111100

Color Harmonies of #8F49EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F49EB

Black with #8F49EB

Text Example


Text Example

White with #8F49EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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