Html Css Color HEX #890EED Blue Violet

📋 copy color: '#890EED'

red 137 ◦ green 14 ◦ blue 237

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

Shades of Blue Violet #890EED

Tints of Blue Violet #890EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 61.08%

R = 35.31%
G = 3.61%
B = 61.08%

CMYK

 C value IS 0.42

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#890EED (or 0x890EED) is known color: Blue Violet. HEX triplet: 89, 0E and ED. RGB value is (137,14,237). Sum of RGB (Red+Green+Blue) = 137+14+237=388 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.31% from 388); Green value is 14 (5.86% from 255 or 3.61% from 388); Blue value is 237 (92.97% from 255 or 61.08% from 388); Max value from RGB is 237 - color contains mainly: blue. Hex color #890EED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #890EED is #76F112. Grayscale: #4B4B4B. Windows color (decimal): -7794963 or 15535753. OLE color: 15535753.

HSL color Cylindrical-coordinate representation of color #890EED: hue angle of 273.09º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #890EED is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 137 14 237 -
CMYK 0.42 0.94 0 0.07
HSL 273.09º 0.89% 0.49% -
HSV(B) 273.09º 0.94% 0.93% -
XYZ 25.76 11.75 81.03 -
YUV 76.2 218.75 171.37 -
System Red Green Blue C M Y K H S L
Decimal 137 14 237 0.42 0.94 0 0.07 273.09 0.89 0.49
Hex 89 E ED 2A 5E 0 7 111 59 31
Octal 211 16 355 52 136 0 7 421 131 61
Binary 10001001 1110 11101101 101010 1011110 0 111 100010001 1011001 110001

Color Harmonies of #890EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890EED

Black with #890EED

Text Example


Text Example

White with #890EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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