Html Css Color HEX #896DDB Medium Purple

📋 copy color: '#896DDB'

red 137 ◦ green 109 ◦ blue 219

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

Shades of Medium Purple #896DDB

Tints of Medium Purple #896DDB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.44%

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

R = 29.46%
G = 23.44%
B = 47.1%

CMYK

 C value IS 0.37

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#896DDB (or 0x896DDB) is known color: Medium Purple. HEX triplet: 89, 6D and DB. RGB value is (137,109,219). Sum of RGB (Red+Green+Blue) = 137+109+219=465 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.46% from 465); Green value is 109 (42.97% from 255 or 23.44% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #896DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #896DDB is #769224. Grayscale: #818181. Windows color (decimal): -7770661 or 14380425. OLE color: 14380425.

HSL color Cylindrical-coordinate representation of color #896DDB: hue angle of 255.27º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #896DDB is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 137 109 219 -
CMYK 0.37 0.50 0 0.14
HSL 255.27º 0.6% 0.64% -
HSV(B) 255.27º 0.5% 0.86% -
XYZ 28.57 21.37 69.64 -
YUV 129.91 178.28 133.06 -
System Red Green Blue C M Y K H S L
Decimal 137 109 219 0.37 0.50 0 0.14 255.27 0.6 0.64
Hex 89 6D DB 25 32 0 E FF 3C 40
Octal 211 155 333 45 62 0 16 377 74 100
Binary 10001001 1101101 11011011 100101 110010 0 1110 11111111 111100 1000000

Color Harmonies of #896DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896DDB

Black with #896DDB

Text Example


Text Example

White with #896DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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