Html Css Color HEX #8F49DB Blue Violet

📋 copy color: '#8F49DB'

red 143 ◦ green 73 ◦ blue 219

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

Shades of Blue Violet #8F49DB

Tints of Blue Violet #8F49DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 50.34%

R = 32.87%
G = 16.78%
B = 50.34%

CMYK

 C value IS 0.35

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8F49DB (or 0x8F49DB) is known color: Blue Violet. HEX triplet: 8F, 49 and DB. RGB value is (143,73,219). Sum of RGB (Red+Green+Blue) = 143+73+219=435 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.87% from 435); Green value is 73 (28.91% from 255 or 16.78% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #8F49DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F49DB is #70B624. Grayscale: #6E6E6E. Windows color (decimal): -7386661 or 14371215. OLE color: 14371215.

HSL color Cylindrical-coordinate representation of color #8F49DB: hue angle of 268.77º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8F49DB is Cyan = 0.35, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 143 73 219 -
CMYK 0.35 0.67 0 0.14
HSL 268.77º 0.67% 0.57% -
HSV(B) 268.77º 0.67% 0.86% -
XYZ 26.5 15.72 68.66 -
YUV 110.57 189.19 151.13 -
System Red Green Blue C M Y K H S L
Decimal 143 73 219 0.35 0.67 0 0.14 268.77 0.67 0.57
Hex 8F 49 DB 23 43 0 E 10D 43 39
Octal 217 111 333 43 103 0 16 415 103 71
Binary 10001111 1001001 11011011 100011 1000011 0 1110 100001101 1000011 111001

Color Harmonies of #8F49DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F49DB

Black with #8F49DB

Text Example


Text Example

White with #8F49DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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