Html Css Color HEX #896EDE Medium Purple

📋 copy color: '#896EDE'

red 137 ◦ green 110 ◦ blue 222

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

Shades of Medium Purple #896EDE

Tints of Medium Purple #896EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.33%

R = 29.21%
G = 23.45%
B = 47.33%

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

#896EDE (or 0x896EDE) is known color: Medium Purple. HEX triplet: 89, 6E and DE. RGB value is (137,110,222). Sum of RGB (Red+Green+Blue) = 137+110+222=469 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.21% from 469); Green value is 110 (43.36% from 255 or 23.45% from 469); Blue value is 222 (87.11% from 255 or 47.33% from 469); Max value from RGB is 222 - color contains mainly: blue. Hex color #896EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #896EDE is #769121. Grayscale: #828282. Windows color (decimal): -7770402 or 14577289. OLE color: 14577289.

HSL color Cylindrical-coordinate representation of color #896EDE: hue angle of 254.46º degrees, saturation: 0.63, 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 #896EDE is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 137 110 222 -
CMYK 0.38 0.50 0 0.13
HSL 254.46º 0.63% 0.65% -
HSV(B) 254.46º 0.5% 0.87% -
XYZ 29.08 21.74 71.77 -
YUV 130.84 179.45 132.39 -
System Red Green Blue C M Y K H S L
Decimal 137 110 222 0.38 0.50 0 0.13 254.46 0.63 0.65
Hex 89 6E DE 26 32 0 D FE 3F 41
Octal 211 156 336 46 62 0 15 376 77 101
Binary 10001001 1101110 11011110 100110 110010 0 1101 11111110 111111 1000001

Color Harmonies of #896EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896EDE

Black with #896EDE

Text Example


Text Example

White with #896EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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