Html Css Color HEX #890EEF Blue Violet

📋 copy color: '#890EEF'

red 137 ◦ green 14 ◦ blue 239

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

Shades of Blue Violet #890EEF

Tints of Blue Violet #890EEF

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.59%

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

R = 35.13%
G = 3.59%
B = 61.28%

CMYK

 C value IS 0.43

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#890EEF (or 0x890EEF) is known color: Blue Violet. HEX triplet: 89, 0E and EF. RGB value is (137,14,239). Sum of RGB (Red+Green+Blue) = 137+14+239=390 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.13% from 390); Green value is 14 (5.86% from 255 or 3.59% from 390); Blue value is 239 (93.75% from 255 or 61.28% from 390); Max value from RGB is 239 - color contains mainly: blue. Hex color #890EEF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #890EEF is #76F110. Grayscale: #4B4B4B. Windows color (decimal): -7794961 or 15666825. OLE color: 15666825.

HSL color Cylindrical-coordinate representation of color #890EEF: hue angle of 272.8º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #890EEF is Cyan = 0.43, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 137 14 239 -
CMYK 0.43 0.94 0 0.06
HSL 272.8º 0.89% 0.5% -
HSV(B) 272.8º 0.94% 0.94% -
XYZ 26.05 11.86 82.58 -
YUV 76.43 219.75 171.2 -
System Red Green Blue C M Y K H S L
Decimal 137 14 239 0.43 0.94 0 0.06 272.8 0.89 0.5
Hex 89 E EF 2B 5E 0 6 111 59 32
Octal 211 16 357 53 136 0 6 421 131 62
Binary 10001001 1110 11101111 101011 1011110 0 110 100010001 1011001 110010

Color Harmonies of #890EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890EEF

Black with #890EEF

Text Example


Text Example

White with #890EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890EEF; }

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

 H1.HeaderClassName
 {
   color: #890EEF;
 }
 .AnyTagClassName
 {
   color: #890EEF;
 }
</style>

background-color css

<style>
 a { background-color: #890EEF; }

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

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

border-color css

<style>
 span { border-color: #890EEF; }

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

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