Html Css Color HEX #890CDB Dark Violet

📋 copy color: '#890CDB'

red 137 ◦ green 12 ◦ blue 219

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

Shades of Dark Violet #890CDB

Tints of Dark Violet #890CDB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.26%

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

R = 37.23%
G = 3.26%
B = 59.51%

CMYK

 C value IS 0.37

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#890CDB (or 0x890CDB) is known color: Dark Violet. HEX triplet: 89, 0C and DB. RGB value is (137,12,219). Sum of RGB (Red+Green+Blue) = 137+12+219=368 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.23% from 368); Green value is 12 (5.08% from 255 or 3.26% from 368); Blue value is 219 (85.94% from 255 or 59.51% from 368); Max value from RGB is 219 - color contains mainly: blue. Hex color #890CDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #890CDB is #76F324. Grayscale: #484848. Windows color (decimal): -7795493 or 14355593. OLE color: 14355593.

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

Color convert

RGB 137 12 219 -
CMYK 0.37 0.95 0 0.14
HSL 276.23º 0.9% 0.45% -
HSV(B) 276.23º 0.95% 0.86% -
XYZ 23.23 10.7 67.86 -
YUV 72.97 210.41 173.67 -
System Red Green Blue C M Y K H S L
Decimal 137 12 219 0.37 0.95 0 0.14 276.23 0.9 0.45
Hex 89 C DB 25 5F 0 E 114 5A 2D
Octal 211 14 333 45 137 0 16 424 132 55
Binary 10001001 1100 11011011 100101 1011111 0 1110 100010100 1011010 101101

Color Harmonies of #890CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890CDB

Black with #890CDB

Text Example


Text Example

White with #890CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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