Html Css Color HEX #896EDD Medium Purple

📋 copy color: '#896EDD'

red 137 ◦ green 110 ◦ blue 221

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

Shades of Medium Purple #896EDD

Tints of Medium Purple #896EDD

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.5%

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

R = 29.27%
G = 23.5%
B = 47.22%

CMYK

 C value IS 0.38

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#896EDD (or 0x896EDD) is known color: Medium Purple. HEX triplet: 89, 6E and DD. RGB value is (137,110,221). Sum of RGB (Red+Green+Blue) = 137+110+221=468 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.27% from 468); Green value is 110 (43.36% from 255 or 23.50% from 468); Blue value is 221 (86.72% from 255 or 47.22% from 468); Max value from RGB is 221 - color contains mainly: blue. Hex color #896EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #896EDD is #769122. Grayscale: #828282. Windows color (decimal): -7770403 or 14511753. OLE color: 14511753.

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

Color convert

RGB 137 110 221 -
CMYK 0.38 0.50 0 0.13
HSL 254.59º 0.62% 0.65% -
HSV(B) 254.59º 0.5% 0.87% -
XYZ 28.94 21.69 71.07 -
YUV 130.73 178.95 132.47 -
System Red Green Blue C M Y K H S L
Decimal 137 110 221 0.38 0.50 0 0.13 254.59 0.62 0.65
Hex 89 6E DD 26 32 0 D FF 3E 41
Octal 211 156 335 46 62 0 15 377 76 101
Binary 10001001 1101110 11011101 100110 110010 0 1101 11111111 111110 1000001

Color Harmonies of #896EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896EDD

Black with #896EDD

Text Example


Text Example

White with #896EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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