Html Css Color HEX #8946EB Blue Violet

📋 copy color: '#8946EB'

red 137 ◦ green 70 ◦ blue 235

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

Shades of Blue Violet #8946EB

Tints of Blue Violet #8946EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 53.17%

R = 31%
G = 15.84%
B = 53.17%

CMYK

 C value IS 0.42

 M value IS 0.70

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8946EB (or 0x8946EB) is known color: Blue Violet. HEX triplet: 89, 46 and EB. RGB value is (137,70,235). Sum of RGB (Red+Green+Blue) = 137+70+235=442 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.00% from 442); Green value is 70 (27.73% from 255 or 15.84% from 442); Blue value is 235 (92.19% from 255 or 53.17% from 442); Max value from RGB is 235 - color contains mainly: blue. Hex color #8946EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8946EB is #76B914. Grayscale: #6C6C6C. Windows color (decimal): -7780629 or 15419017. OLE color: 15419017.

HSL color Cylindrical-coordinate representation of color #8946EB: hue angle of 264.36º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8946EB is Cyan = 0.42, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 137 70 235 -
CMYK 0.42 0.70 0 0.08
HSL 264.36º 0.8% 0.6% -
HSV(B) 264.36º 0.7% 0.92% -
XYZ 27.5 15.7 80.18 -
YUV 108.84 199.2 148.08 -
System Red Green Blue C M Y K H S L
Decimal 137 70 235 0.42 0.70 0 0.08 264.36 0.8 0.6
Hex 89 46 EB 2A 46 0 8 108 50 3C
Octal 211 106 353 52 106 0 10 410 120 74
Binary 10001001 1000110 11101011 101010 1000110 0 1000 100001000 1010000 111100

Color Harmonies of #8946EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8946EB

Black with #8946EB

Text Example


Text Example

White with #8946EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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