Html Css Color HEX #8B49FC Blue Violet

📋 copy color: '#8B49FC'

red 139 ◦ green 73 ◦ blue 252

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

Shades of Blue Violet #8B49FC

Tints of Blue Violet #8B49FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 54.31%

R = 29.96%
G = 15.73%
B = 54.31%

CMYK

 C value IS 0.45

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8B49FC (or 0x8B49FC) is known color: Blue Violet. HEX triplet: 8B, 49 and FC. RGB value is (139,73,252). Sum of RGB (Red+Green+Blue) = 139+73+252=464 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.96% from 464); Green value is 73 (28.91% from 255 or 15.73% from 464); Blue value is 252 (98.83% from 255 or 54.31% from 464); Max value from RGB is 252 - color contains mainly: blue. Hex color #8B49FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8B49FC is #74B603. Grayscale: #707070. Windows color (decimal): -7648772 or 16533899. OLE color: 16533899.

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

Color convert

RGB 139 73 252 -
CMYK 0.45 0.71 0 0.01
HSL 262.12º 0.97% 0.64% -
HSV(B) 262.12º 0.71% 0.99% -
XYZ 30.6 17.28 93.82 -
YUV 113.14 206.37 146.45 -
System Red Green Blue C M Y K H S L
Decimal 139 73 252 0.45 0.71 0 0.01 262.12 0.97 0.64
Hex 8B 49 FC 2D 47 0 1 106 61 40
Octal 213 111 374 55 107 0 1 406 141 100
Binary 10001011 1001001 11111100 101101 1000111 0 1 100000110 1100001 1000000

Color Harmonies of #8B49FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B49FC

Black with #8B49FC

Text Example


Text Example

White with #8B49FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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