Html Css Color HEX #890FDB Dark Violet

📋 copy color: '#890FDB'

red 137 ◦ green 15 ◦ blue 219

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

Shades of Dark Violet #890FDB

Tints of Dark Violet #890FDB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.04%

 BLUE value IS 219 (85.94% from 255) = 59.03%

R = 36.93%
G = 4.04%
B = 59.03%

CMYK

 C value IS 0.37

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#890FDB (or 0x890FDB) is known color: Dark Violet. HEX triplet: 89, 0F and DB. RGB value is (137,15,219). Sum of RGB (Red+Green+Blue) = 137+15+219=371 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.93% from 371); Green value is 15 (6.25% from 255 or 4.04% from 371); Blue value is 219 (85.94% from 255 or 59.03% from 371); Max value from RGB is 219 - color contains mainly: blue. Hex color #890FDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #890FDB is #76F024. Grayscale: #4A4A4A. Windows color (decimal): -7794725 or 14356361. OLE color: 14356361.

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

Color convert

RGB 137 15 219 -
CMYK 0.37 0.93 0 0.14
HSL 275.88º 0.87% 0.46% -
HSV(B) 275.88º 0.93% 0.86% -
XYZ 23.27 10.77 67.87 -
YUV 74.73 209.42 172.41 -
System Red Green Blue C M Y K H S L
Decimal 137 15 219 0.37 0.93 0 0.14 275.88 0.87 0.46
Hex 89 F DB 25 5D 0 E 114 57 2E
Octal 211 17 333 45 135 0 16 424 127 56
Binary 10001001 1111 11011011 100101 1011101 0 1110 100010100 1010111 101110

Color Harmonies of #890FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890FDB

Black with #890FDB

Text Example


Text Example

White with #890FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,15,219); }

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

background-color css

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

 a { background-color: rgb(137,15,219); }

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

border-color css

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

 span { border-color: rgb(137,15,219); }

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