Html Css Color HEX #8F49E0 Blue Violet

📋 copy color: '#8F49E0'

red 143 ◦ green 73 ◦ blue 224

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

Shades of Blue Violet #8F49E0

Tints of Blue Violet #8F49E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 50.91%

R = 32.5%
G = 16.59%
B = 50.91%

CMYK

 C value IS 0.36

 M value IS 0.67

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#8F49E0 (or 0x8F49E0) is known color: Blue Violet. HEX triplet: 8F, 49 and E0. RGB value is (143,73,224). Sum of RGB (Red+Green+Blue) = 143+73+224=440 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.5% from 440); Green value is 73 (28.91% from 255 or 16.59% from 440); Blue value is 224 (87.89% from 255 or 50.91% from 440); Max value from RGB is 224 - color contains mainly: blue. Hex color #8F49E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F49E0 is #70B61F. Grayscale: #6E6E6E. Windows color (decimal): -7386656 or 14698895. OLE color: 14698895.

HSL color Cylindrical-coordinate representation of color #8F49E0: hue angle of 267.81º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8F49E0 is Cyan = 0.36, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 143 73 224 -
CMYK 0.36 0.67 0 0.12
HSL 267.81º 0.71% 0.58% -
HSV(B) 267.81º 0.67% 0.88% -
XYZ 27.16 15.99 72.17 -
YUV 111.14 191.69 150.72 -
System Red Green Blue C M Y K H S L
Decimal 143 73 224 0.36 0.67 0 0.12 267.81 0.71 0.58
Hex 8F 49 E0 24 43 0 C 10C 47 3A
Octal 217 111 340 44 103 0 14 414 107 72
Binary 10001111 1001001 11100000 100100 1000011 0 1100 100001100 1000111 111010

Color Harmonies of #8F49E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F49E0

Black with #8F49E0

Text Example


Text Example

White with #8F49E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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