Html Css Color HEX #896ADD Medium Purple

📋 copy color: '#896ADD'

red 137 ◦ green 106 ◦ blue 221

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

Shades of Medium Purple #896ADD

Tints of Medium Purple #896ADD

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.84%

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

R = 29.53%
G = 22.84%
B = 47.63%

CMYK

 C value IS 0.38

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#896ADD (or 0x896ADD) is known color: Medium Purple. HEX triplet: 89, 6A and DD. RGB value is (137,106,221). Sum of RGB (Red+Green+Blue) = 137+106+221=464 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.53% from 464); Green value is 106 (41.80% from 255 or 22.84% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 221 - color contains mainly: blue. Hex color #896ADD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #896ADD is #769522. Grayscale: #7F7F7F. Windows color (decimal): -7771427 or 14510729. OLE color: 14510729.

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

Color convert

RGB 137 106 221 -
CMYK 0.38 0.52 0 0.13
HSL 256.17º 0.63% 0.64% -
HSV(B) 256.17º 0.52% 0.87% -
XYZ 28.52 20.85 70.93 -
YUV 128.38 180.27 134.15 -
System Red Green Blue C M Y K H S L
Decimal 137 106 221 0.38 0.52 0 0.13 256.17 0.63 0.64
Hex 89 6A DD 26 34 0 D 100 3F 40
Octal 211 152 335 46 64 0 15 400 77 100
Binary 10001001 1101010 11011101 100110 110100 0 1101 100000000 111111 1000000

Color Harmonies of #896ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896ADD

Black with #896ADD

Text Example


Text Example

White with #896ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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