Html Css Color HEX #896DDD Medium Purple

📋 copy color: '#896DDD'

red 137 ◦ green 109 ◦ blue 221

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

Shades of Medium Purple #896DDD

Tints of Medium Purple #896DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.32%

R = 29.34%
G = 23.34%
B = 47.32%

CMYK

 C value IS 0.38

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#896DDD (or 0x896DDD) is known color: Medium Purple. HEX triplet: 89, 6D and DD. RGB value is (137,109,221). Sum of RGB (Red+Green+Blue) = 137+109+221=467 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.34% from 467); Green value is 109 (42.97% from 255 or 23.34% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 221 - color contains mainly: blue. Hex color #896DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #896DDD is #769222. Grayscale: #818181. Windows color (decimal): -7770659 or 14511497. OLE color: 14511497.

HSL color Cylindrical-coordinate representation of color #896DDD: hue angle of 255º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #896DDD is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 137 109 221 -
CMYK 0.38 0.51 0 0.13
HSL 255º 0.62% 0.65% -
HSV(B) 255º 0.51% 0.87% -
XYZ 28.84 21.48 71.03 -
YUV 130.14 179.28 132.89 -
System Red Green Blue C M Y K H S L
Decimal 137 109 221 0.38 0.51 0 0.13 255 0.62 0.65
Hex 89 6D DD 26 33 0 D FF 3E 41
Octal 211 155 335 46 63 0 15 377 76 101
Binary 10001001 1101101 11011101 100110 110011 0 1101 11111111 111110 1000001

Color Harmonies of #896DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896DDD

Black with #896DDD

Text Example


Text Example

White with #896DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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