Html Css Color HEX #890EE1 Dark Violet

📋 copy color: '#890EE1'

red 137 ◦ green 14 ◦ blue 225

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

Shades of Dark Violet #890EE1

Tints of Dark Violet #890EE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 59.84%

R = 36.44%
G = 3.72%
B = 59.84%

CMYK

 C value IS 0.39

 M value IS 0.94

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#890EE1 (or 0x890EE1) is known color: Dark Violet. HEX triplet: 89, 0E and E1. RGB value is (137,14,225). Sum of RGB (Red+Green+Blue) = 137+14+225=376 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.44% from 376); Green value is 14 (5.86% from 255 or 3.72% from 376); Blue value is 225 (88.28% from 255 or 59.84% from 376); Max value from RGB is 225 - color contains mainly: blue. Hex color #890EE1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #890EE1 is #76F11E. Grayscale: #4A4A4A. Windows color (decimal): -7794975 or 14749321. OLE color: 14749321.

HSL color Cylindrical-coordinate representation of color #890EE1: hue angle of 274.98º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #890EE1 is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 137 14 225 -
CMYK 0.39 0.94 0 0.12
HSL 274.98º 0.88% 0.47% -
HSV(B) 274.98º 0.94% 0.88% -
XYZ 24.06 11.07 72.1 -
YUV 74.83 212.75 172.34 -
System Red Green Blue C M Y K H S L
Decimal 137 14 225 0.39 0.94 0 0.12 274.98 0.88 0.47
Hex 89 E E1 27 5E 0 C 113 58 2F
Octal 211 16 341 47 136 0 14 423 130 57
Binary 10001001 1110 11100001 100111 1011110 0 1100 100010011 1011000 101111

Color Harmonies of #890EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890EE1

Black with #890EE1

Text Example


Text Example

White with #890EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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