Html Css Color HEX #890EDC Dark Violet

📋 copy color: '#890EDC'

red 137 ◦ green 14 ◦ blue 220

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

Shades of Dark Violet #890EDC

Tints of Dark Violet #890EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 59.3%

R = 36.93%
G = 3.77%
B = 59.3%

CMYK

 C value IS 0.38

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#890EDC (or 0x890EDC) is known color: Dark Violet. HEX triplet: 89, 0E and DC. RGB value is (137,14,220). Sum of RGB (Red+Green+Blue) = 137+14+220=371 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.93% from 371); Green value is 14 (5.86% from 255 or 3.77% from 371); Blue value is 220 (86.33% from 255 or 59.30% from 371); Max value from RGB is 220 - color contains mainly: blue. Hex color #890EDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #890EDC is #76F123. Grayscale: #494949. Windows color (decimal): -7794980 or 14421641. OLE color: 14421641.

HSL color Cylindrical-coordinate representation of color #890EDC: hue angle of 275.83º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #890EDC is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 137 14 220 -
CMYK 0.38 0.94 0 0.14
HSL 275.83º 0.88% 0.46% -
HSV(B) 275.83º 0.94% 0.86% -
XYZ 23.39 10.8 68.56 -
YUV 74.26 210.25 172.75 -
System Red Green Blue C M Y K H S L
Decimal 137 14 220 0.38 0.94 0 0.14 275.83 0.88 0.46
Hex 89 E DC 26 5E 0 E 114 58 2E
Octal 211 16 334 46 136 0 16 424 130 56
Binary 10001001 1110 11011100 100110 1011110 0 1110 100010100 1011000 101110

Color Harmonies of #890EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890EDC

Black with #890EDC

Text Example


Text Example

White with #890EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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