Html Css Color HEX #8B49FB Blue Violet

📋 copy color: '#8B49FB'

red 139 ◦ green 73 ◦ blue 251

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

Shades of Blue Violet #8B49FB

Tints of Blue Violet #8B49FB

RGB

 RED value IS 139 (54.69% from 255) = 30.02%

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

 BLUE value IS 251 (98.44% from 255) = 54.21%

R = 30.02%
G = 15.77%
B = 54.21%

CMYK

 C value IS 0.45

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8B49FB (or 0x8B49FB) is known color: Blue Violet. HEX triplet: 8B, 49 and FB. RGB value is (139,73,251). Sum of RGB (Red+Green+Blue) = 139+73+251=463 (61% of max value = 765). Red value is 139 (54.69% from 255 or 30.02% from 463); Green value is 73 (28.91% from 255 or 15.77% from 463); Blue value is 251 (98.44% from 255 or 54.21% from 463); Max value from RGB is 251 - color contains mainly: blue. Hex color #8B49FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8B49FB is #74B604. Grayscale: #707070. Windows color (decimal): -7648773 or 16468363. OLE color: 16468363.

HSL color Cylindrical-coordinate representation of color #8B49FB: hue angle of 262.25º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8B49FB is Cyan = 0.45, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 139 73 251 -
CMYK 0.45 0.71 0 0.02
HSL 262.25º 0.96% 0.64% -
HSV(B) 262.25º 0.71% 0.98% -
XYZ 30.44 17.22 92.99 -
YUV 113.03 205.87 146.53 -
System Red Green Blue C M Y K H S L
Decimal 139 73 251 0.45 0.71 0 0.02 262.25 0.96 0.64
Hex 8B 49 FB 2D 47 0 2 106 60 40
Octal 213 111 373 55 107 0 2 406 140 100
Binary 10001011 1001001 11111011 101101 1000111 0 10 100000110 1100000 1000000

Color Harmonies of #8B49FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B49FB

Black with #8B49FB

Text Example


Text Example

White with #8B49FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,73,251); }

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

background-color css

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

 a { background-color: rgb(139,73,251); }

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

border-color css

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

 span { border-color: rgb(139,73,251); }

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