Html Css Color HEX #890EE7 Dark Violet

📋 copy color: '#890EE7'

red 137 ◦ green 14 ◦ blue 231

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

Shades of Dark Violet #890EE7

Tints of Dark Violet #890EE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 60.47%

R = 35.86%
G = 3.66%
B = 60.47%

CMYK

 C value IS 0.41

 M value IS 0.94

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#890EE7 (or 0x890EE7) is known color: Dark Violet. HEX triplet: 89, 0E and E7. RGB value is (137,14,231). Sum of RGB (Red+Green+Blue) = 137+14+231=382 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.86% from 382); Green value is 14 (5.86% from 255 or 3.66% from 382); Blue value is 231 (90.62% from 255 or 60.47% from 382); Max value from RGB is 231 - color contains mainly: blue. Hex color #890EE7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #890EE7 is #76F118. Grayscale: #4A4A4A. Windows color (decimal): -7794969 or 15142537. OLE color: 15142537.

HSL color Cylindrical-coordinate representation of color #890EE7: hue angle of 274.01º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #890EE7 is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 137 14 231 -
CMYK 0.41 0.94 0 0.09
HSL 274.01º 0.89% 0.48% -
HSV(B) 274.01º 0.94% 0.91% -
XYZ 24.9 11.4 76.49 -
YUV 75.52 215.75 171.86 -
System Red Green Blue C M Y K H S L
Decimal 137 14 231 0.41 0.94 0 0.09 274.01 0.89 0.48
Hex 89 E E7 29 5E 0 9 112 59 30
Octal 211 16 347 51 136 0 11 422 131 60
Binary 10001001 1110 11100111 101001 1011110 0 1001 100010010 1011001 110000

Color Harmonies of #890EE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890EE7

Black with #890EE7

Text Example


Text Example

White with #890EE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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