Html Css Color HEX #890DDB Dark Violet

📋 copy color: '#890DDB'

red 137 ◦ green 13 ◦ blue 219

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

Shades of Dark Violet #890DDB

Tints of Dark Violet #890DDB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.52%

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

R = 37.13%
G = 3.52%
B = 59.35%

CMYK

 C value IS 0.37

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#890DDB (or 0x890DDB) is known color: Dark Violet. HEX triplet: 89, 0D and DB. RGB value is (137,13,219). Sum of RGB (Red+Green+Blue) = 137+13+219=369 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.13% from 369); Green value is 13 (5.47% from 255 or 3.52% from 369); Blue value is 219 (85.94% from 255 or 59.35% from 369); Max value from RGB is 219 - color contains mainly: blue. Hex color #890DDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #890DDB is #76F224. Grayscale: #484848. Windows color (decimal): -7795237 or 14355849. OLE color: 14355849.

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

Color convert

RGB 137 13 219 -
CMYK 0.37 0.94 0 0.14
HSL 276.12º 0.89% 0.45% -
HSV(B) 276.12º 0.94% 0.86% -
XYZ 23.25 10.72 67.86 -
YUV 73.56 210.08 173.25 -
System Red Green Blue C M Y K H S L
Decimal 137 13 219 0.37 0.94 0 0.14 276.12 0.89 0.45
Hex 89 D DB 25 5E 0 E 114 59 2D
Octal 211 15 333 45 136 0 16 424 131 55
Binary 10001001 1101 11011011 100101 1011110 0 1110 100010100 1011001 101101

Color Harmonies of #890DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890DDB

Black with #890DDB

Text Example


Text Example

White with #890DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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