Html Css Color HEX #896AE6 Medium Purple

📋 copy color: '#896AE6'

red 137 ◦ green 106 ◦ blue 230

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

Shades of Medium Purple #896AE6

Tints of Medium Purple #896AE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 48.63%

R = 28.96%
G = 22.41%
B = 48.63%

CMYK

 C value IS 0.40

 M value IS 0.54

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#896AE6 (or 0x896AE6) is known color: Medium Purple. HEX triplet: 89, 6A and E6. RGB value is (137,106,230). Sum of RGB (Red+Green+Blue) = 137+106+230=473 (62% of max value = 765). Red value is 137 (53.91% from 255 or 28.96% from 473); Green value is 106 (41.80% from 255 or 22.41% from 473); Blue value is 230 (90.23% from 255 or 48.63% from 473); Max value from RGB is 230 - color contains mainly: blue. Hex color #896AE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #896AE6 is #769519. Grayscale: #808080. Windows color (decimal): -7771418 or 15100553. OLE color: 15100553.

HSL color Cylindrical-coordinate representation of color #896AE6: hue angle of 255º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #896AE6 is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 137 106 230 -
CMYK 0.40 0.54 0 0.10
HSL 255º 0.71% 0.66% -
HSV(B) 255º 0.54% 0.9% -
XYZ 29.75 21.34 77.41 -
YUV 129.41 184.77 133.42 -
System Red Green Blue C M Y K H S L
Decimal 137 106 230 0.40 0.54 0 0.10 255 0.71 0.66
Hex 89 6A E6 28 36 0 A FF 47 42
Octal 211 152 346 50 66 0 12 377 107 102
Binary 10001001 1101010 11100110 101000 110110 0 1010 11111111 1000111 1000010

Color Harmonies of #896AE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896AE6

Black with #896AE6

Text Example


Text Example

White with #896AE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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