Html Css Color HEX #8914EF Blue Violet

📋 copy color: '#8914EF'

red 137 ◦ green 20 ◦ blue 239

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

Shades of Blue Violet #8914EF

Tints of Blue Violet #8914EF

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.05%

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

R = 34.6%
G = 5.05%
B = 60.35%

CMYK

 C value IS 0.43

 M value IS 0.92

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8914EF (or 0x8914EF) is known color: Blue Violet. HEX triplet: 89, 14 and EF. RGB value is (137,20,239). Sum of RGB (Red+Green+Blue) = 137+20+239=396 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.60% from 396); Green value is 20 (8.20% from 255 or 5.05% from 396); Blue value is 239 (93.75% from 255 or 60.35% from 396); Max value from RGB is 239 - color contains mainly: blue. Hex color #8914EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8914EF is #76EB10. Grayscale: #4F4F4F. Windows color (decimal): -7793425 or 15668361. OLE color: 15668361.

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

Color convert

RGB 137 20 239 -
CMYK 0.43 0.92 0 0.06
HSL 272.05º 0.87% 0.51% -
HSV(B) 272.05º 0.92% 0.94% -
XYZ 26.15 12.05 82.61 -
YUV 79.95 217.76 168.69 -
System Red Green Blue C M Y K H S L
Decimal 137 20 239 0.43 0.92 0 0.06 272.05 0.87 0.51
Hex 89 14 EF 2B 5C 0 6 110 57 33
Octal 211 24 357 53 134 0 6 420 127 63
Binary 10001001 10100 11101111 101011 1011100 0 110 100010000 1010111 110011

Color Harmonies of #8914EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8914EF

Black with #8914EF

Text Example


Text Example

White with #8914EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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