Html Css Color HEX #890EBA Dark Violet

📋 copy color: '#890EBA'

red 137 ◦ green 14 ◦ blue 186

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

Shades of Dark Violet #890EBA

Tints of Dark Violet #890EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 55.19%

R = 40.65%
G = 4.15%
B = 55.19%

CMYK

 C value IS 0.26

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#890EBA (or 0x890EBA) is known color: Dark Violet. HEX triplet: 89, 0E and BA. RGB value is (137,14,186). Sum of RGB (Red+Green+Blue) = 137+14+186=337 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.65% from 337); Green value is 14 (5.86% from 255 or 4.15% from 337); Blue value is 186 (73.05% from 255 or 55.19% from 337); Max value from RGB is 186 - color contains mainly: blue. Hex color #890EBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #890EBA is #76F145. Grayscale: #454545. Windows color (decimal): -7795014 or 12193417. OLE color: 12193417.

HSL color Cylindrical-coordinate representation of color #890EBA: hue angle of 282.91º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #890EBA is Cyan = 0.26, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 137 14 186 -
CMYK 0.26 0.92 0 0.27
HSL 282.91º 0.86% 0.39% -
HSV(B) 282.91º 0.92% 0.73% -
XYZ 19.34 9.18 47.21 -
YUV 70.39 193.25 175.51 -
System Red Green Blue C M Y K H S L
Decimal 137 14 186 0.26 0.92 0 0.27 282.91 0.86 0.39
Hex 89 E BA 1A 5C 0 1B 11B 56 27
Octal 211 16 272 32 134 0 33 433 126 47
Binary 10001001 1110 10111010 11010 1011100 0 11011 100011011 1010110 100111

Color Harmonies of #890EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890EBA

Black with #890EBA

Text Example


Text Example

White with #890EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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