Html Css Color HEX #8940EE Blue Violet

📋 copy color: '#8940EE'

red 137 ◦ green 64 ◦ blue 238

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

Shades of Blue Violet #8940EE

Tints of Blue Violet #8940EE

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.58%

 BLUE value IS 238 (93.36% from 255) = 54.21%

R = 31.21%
G = 14.58%
B = 54.21%

CMYK

 C value IS 0.42

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8940EE (or 0x8940EE) is known color: Blue Violet. HEX triplet: 89, 40 and EE. RGB value is (137,64,238). Sum of RGB (Red+Green+Blue) = 137+64+238=439 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.21% from 439); Green value is 64 (25.39% from 255 or 14.58% from 439); Blue value is 238 (93.36% from 255 or 54.21% from 439); Max value from RGB is 238 - color contains mainly: blue. Hex color #8940EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8940EE is #76BF11. Grayscale: #696969. Windows color (decimal): -7782162 or 15614089. OLE color: 15614089.

HSL color Cylindrical-coordinate representation of color #8940EE: hue angle of 265.17º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8940EE is Cyan = 0.42, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 137 64 238 -
CMYK 0.42 0.73 0 0.07
HSL 265.17º 0.84% 0.59% -
HSV(B) 265.17º 0.73% 0.93% -
XYZ 27.58 15.16 82.36 -
YUV 105.66 202.68 150.35 -
System Red Green Blue C M Y K H S L
Decimal 137 64 238 0.42 0.73 0 0.07 265.17 0.84 0.59
Hex 89 40 EE 2A 49 0 7 109 54 3B
Octal 211 100 356 52 111 0 7 411 124 73
Binary 10001001 1000000 11101110 101010 1001001 0 111 100001001 1010100 111011

Color Harmonies of #8940EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8940EE

Black with #8940EE

Text Example


Text Example

White with #8940EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8940EE; }

 p { color: rgb(137,64,238); }

 H1.HeaderClassName
 {
   color: #8940EE;
 }
 .AnyTagClassName
 {
   color: #8940EE;
 }
</style>

background-color css

<style>
 a { background-color: #8940EE; }

 a { background-color: rgb(137,64,238); }

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

border-color css

<style>
 span { border-color: #8940EE; }

 span { border-color: rgb(137,64,238); }

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