Html Css Color HEX #890EF0 Blue Violet

📋 copy color: '#890EF0'

red 137 ◦ green 14 ◦ blue 240

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

Shades of Blue Violet #890EF0

Tints of Blue Violet #890EF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 61.38%

R = 35.04%
G = 3.58%
B = 61.38%

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

#890EF0 (or 0x890EF0) is known color: Blue Violet. HEX triplet: 89, 0E and F0. RGB value is (137,14,240). Sum of RGB (Red+Green+Blue) = 137+14+240=391 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.04% from 391); Green value is 14 (5.86% from 255 or 3.58% from 391); Blue value is 240 (94.14% from 255 or 61.38% from 391); Max value from RGB is 240 - color contains mainly: blue. Hex color #890EF0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #890EF0 is #76F10F. Grayscale: #4B4B4B. Windows color (decimal): -7794960 or 15732361. OLE color: 15732361.

HSL color Cylindrical-coordinate representation of color #890EF0: hue angle of 272.65º 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 #890EF0 is Cyan = 0.43, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 137 14 240 -
CMYK 0.43 0.94 0 0.06
HSL 272.65º 0.89% 0.5% -
HSV(B) 272.65º 0.94% 0.94% -
XYZ 26.2 11.92 83.36 -
YUV 76.54 220.25 171.12 -
System Red Green Blue C M Y K H S L
Decimal 137 14 240 0.43 0.94 0 0.06 272.65 0.89 0.5
Hex 89 E F0 2B 5E 0 6 111 59 32
Octal 211 16 360 53 136 0 6 421 131 62
Binary 10001001 1110 11110000 101011 1011110 0 110 100010001 1011001 110010

Color Harmonies of #890EF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890EF0

Black with #890EF0

Text Example


Text Example

White with #890EF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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