Html Css Color HEX #8946EF Blue Violet

📋 copy color: '#8946EF'

red 137 ◦ green 70 ◦ blue 239

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

Shades of Blue Violet #8946EF

Tints of Blue Violet #8946EF

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.7%

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

R = 30.72%
G = 15.7%
B = 53.59%

CMYK

 C value IS 0.43

 M value IS 0.71

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8946EF (or 0x8946EF) is known color: Blue Violet. HEX triplet: 89, 46 and EF. RGB value is (137,70,239). Sum of RGB (Red+Green+Blue) = 137+70+239=446 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.72% from 446); Green value is 70 (27.73% from 255 or 15.70% from 446); Blue value is 239 (93.75% from 255 or 53.59% from 446); Max value from RGB is 239 - color contains mainly: blue. Hex color #8946EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8946EF is #76B910. Grayscale: #6C6C6C. Windows color (decimal): -7780625 or 15681161. OLE color: 15681161.

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

Color convert

RGB 137 70 239 -
CMYK 0.43 0.71 0 0.06
HSL 263.79º 0.84% 0.61% -
HSV(B) 263.79º 0.71% 0.94% -
XYZ 28.09 15.93 83.26 -
YUV 109.3 201.2 147.76 -
System Red Green Blue C M Y K H S L
Decimal 137 70 239 0.43 0.71 0 0.06 263.79 0.84 0.61
Hex 89 46 EF 2B 47 0 6 108 54 3D
Octal 211 106 357 53 107 0 6 410 124 75
Binary 10001001 1000110 11101111 101011 1000111 0 110 100001000 1010100 111101

Color Harmonies of #8946EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8946EF

Black with #8946EF

Text Example


Text Example

White with #8946EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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