Html Css Color HEX #8F49E6 Blue Violet

📋 copy color: '#8F49E6'

red 143 ◦ green 73 ◦ blue 230

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

Shades of Blue Violet #8F49E6

Tints of Blue Violet #8F49E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 51.57%

R = 32.06%
G = 16.37%
B = 51.57%

CMYK

 C value IS 0.38

 M value IS 0.68

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#8F49E6 (or 0x8F49E6) is known color: Blue Violet. HEX triplet: 8F, 49 and E6. RGB value is (143,73,230). Sum of RGB (Red+Green+Blue) = 143+73+230=446 (59% of max value = 765). Red value is 143 (56.25% from 255 or 32.06% from 446); Green value is 73 (28.91% from 255 or 16.37% from 446); Blue value is 230 (90.23% from 255 or 51.57% from 446); Max value from RGB is 230 - color contains mainly: blue. Hex color #8F49E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F49E6 is #70B619. Grayscale: #6F6F6F. Windows color (decimal): -7386650 or 15092111. OLE color: 15092111.

HSL color Cylindrical-coordinate representation of color #8F49E6: hue angle of 266.75º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8F49E6 is Cyan = 0.38, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 143 73 230 -
CMYK 0.38 0.68 0 0.10
HSL 266.75º 0.76% 0.59% -
HSV(B) 266.75º 0.68% 0.9% -
XYZ 27.99 16.32 76.54 -
YUV 111.83 194.69 150.23 -
System Red Green Blue C M Y K H S L
Decimal 143 73 230 0.38 0.68 0 0.10 266.75 0.76 0.59
Hex 8F 49 E6 26 44 0 A 10B 4C 3B
Octal 217 111 346 46 104 0 12 413 114 73
Binary 10001111 1001001 11100110 100110 1000100 0 1010 100001011 1001100 111011

Color Harmonies of #8F49E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F49E6

Black with #8F49E6

Text Example


Text Example

White with #8F49E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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