Html Css Color HEX #896BDB Medium Purple

📋 copy color: '#896BDB'

red 137 ◦ green 107 ◦ blue 219

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

Shades of Medium Purple #896BDB

Tints of Medium Purple #896BDB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.11%

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

R = 29.59%
G = 23.11%
B = 47.3%

CMYK

 C value IS 0.37

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#896BDB (or 0x896BDB) is known color: Medium Purple. HEX triplet: 89, 6B and DB. RGB value is (137,107,219). Sum of RGB (Red+Green+Blue) = 137+107+219=463 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.59% from 463); Green value is 107 (42.19% from 255 or 23.11% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 219 - color contains mainly: blue. Hex color #896BDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #896BDB is #769424. Grayscale: #808080. Windows color (decimal): -7771173 or 14379913. OLE color: 14379913.

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

Color convert

RGB 137 107 219 -
CMYK 0.37 0.51 0 0.14
HSL 256.07º 0.61% 0.64% -
HSV(B) 256.07º 0.51% 0.86% -
XYZ 28.36 20.95 69.57 -
YUV 128.74 178.94 133.89 -
System Red Green Blue C M Y K H S L
Decimal 137 107 219 0.37 0.51 0 0.14 256.07 0.61 0.64
Hex 89 6B DB 25 33 0 E 100 3D 40
Octal 211 153 333 45 63 0 16 400 75 100
Binary 10001001 1101011 11011011 100101 110011 0 1110 100000000 111101 1000000

Color Harmonies of #896BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896BDB

Black with #896BDB

Text Example


Text Example

White with #896BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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