Html Css Color HEX #896DDC Medium Purple

📋 copy color: '#896DDC'

red 137 ◦ green 109 ◦ blue 220

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

Shades of Medium Purple #896DDC

Tints of Medium Purple #896DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.21%

R = 29.4%
G = 23.39%
B = 47.21%

CMYK

 C value IS 0.38

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#896DDC (or 0x896DDC) is known color: Medium Purple. HEX triplet: 89, 6D and DC. RGB value is (137,109,220). Sum of RGB (Red+Green+Blue) = 137+109+220=466 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.40% from 466); Green value is 109 (42.97% from 255 or 23.39% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 220 - color contains mainly: blue. Hex color #896DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #896DDC is #769223. Grayscale: #818181. Windows color (decimal): -7770660 or 14445961. OLE color: 14445961.

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

Color convert

RGB 137 109 220 -
CMYK 0.38 0.50 0 0.14
HSL 255.14º 0.61% 0.65% -
HSV(B) 255.14º 0.5% 0.86% -
XYZ 28.7 21.42 70.33 -
YUV 130.03 178.78 132.97 -
System Red Green Blue C M Y K H S L
Decimal 137 109 220 0.38 0.50 0 0.14 255.14 0.61 0.65
Hex 89 6D DC 26 32 0 E FF 3D 41
Octal 211 155 334 46 62 0 16 377 75 101
Binary 10001001 1101101 11011100 100110 110010 0 1110 11111111 111101 1000001

Color Harmonies of #896DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896DDC

Black with #896DDC

Text Example


Text Example

White with #896DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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