Html Css Color HEX #8949EF Blue Violet

📋 copy color: '#8949EF'

red 137 ◦ green 73 ◦ blue 239

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

Shades of Blue Violet #8949EF

Tints of Blue Violet #8949EF

RGB

 RED value IS 137 (53.91% from 255) = 30.51%

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

 BLUE value IS 239 (93.75% from 255) = 53.23%

R = 30.51%
G = 16.26%
B = 53.23%

CMYK

 C value IS 0.43

 M value IS 0.69

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8949EF (or 0x8949EF) is known color: Blue Violet. HEX triplet: 89, 49 and EF. RGB value is (137,73,239). Sum of RGB (Red+Green+Blue) = 137+73+239=449 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.51% from 449); Green value is 73 (28.91% from 255 or 16.26% from 449); Blue value is 239 (93.75% from 255 or 53.23% from 449); Max value from RGB is 239 - color contains mainly: blue. Hex color #8949EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8949EF is #76B610. Grayscale: #6E6E6E. Windows color (decimal): -7779857 or 15681929. OLE color: 15681929.

HSL color Cylindrical-coordinate representation of color #8949EF: hue angle of 263.13º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8949EF is Cyan = 0.43, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 137 73 239 -
CMYK 0.43 0.69 0 0.06
HSL 263.13º 0.84% 0.61% -
HSV(B) 263.13º 0.69% 0.94% -
XYZ 28.28 16.32 83.32 -
YUV 111.06 200.2 146.5 -
System Red Green Blue C M Y K H S L
Decimal 137 73 239 0.43 0.69 0 0.06 263.13 0.84 0.61
Hex 89 49 EF 2B 45 0 6 107 54 3D
Octal 211 111 357 53 105 0 6 407 124 75
Binary 10001001 1001001 11101111 101011 1000101 0 110 100000111 1010100 111101

Color Harmonies of #8949EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8949EF

Black with #8949EF

Text Example


Text Example

White with #8949EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8949EF; }

 p { color: rgb(137,73,239); }

 H1.HeaderClassName
 {
   color: #8949EF;
 }
 .AnyTagClassName
 {
   color: #8949EF;
 }
</style>

background-color css

<style>
 a { background-color: #8949EF; }

 a { background-color: rgb(137,73,239); }

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

border-color css

<style>
 span { border-color: #8949EF; }

 span { border-color: rgb(137,73,239); }

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