Html Css Color HEX #896EDF Medium Purple

📋 copy color: '#896EDF'

red 137 ◦ green 110 ◦ blue 223

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

Shades of Medium Purple #896EDF

Tints of Medium Purple #896EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.45%

R = 29.15%
G = 23.4%
B = 47.45%

CMYK

 C value IS 0.39

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#896EDF (or 0x896EDF) is known color: Medium Purple. HEX triplet: 89, 6E and DF. RGB value is (137,110,223). Sum of RGB (Red+Green+Blue) = 137+110+223=470 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.15% from 470); Green value is 110 (43.36% from 255 or 23.40% from 470); Blue value is 223 (87.5% from 255 or 47.45% from 470); Max value from RGB is 223 - color contains mainly: blue. Hex color #896EDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #896EDF is #769120. Grayscale: #828282. Windows color (decimal): -7770401 or 14642825. OLE color: 14642825.

HSL color Cylindrical-coordinate representation of color #896EDF: hue angle of 254.34º degrees, saturation: 0.64, 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 #896EDF is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 137 110 223 -
CMYK 0.39 0.51 0 0.13
HSL 254.34º 0.64% 0.65% -
HSV(B) 254.34º 0.51% 0.87% -
XYZ 29.21 21.8 72.48 -
YUV 130.96 179.95 132.31 -
System Red Green Blue C M Y K H S L
Decimal 137 110 223 0.39 0.51 0 0.13 254.34 0.64 0.65
Hex 89 6E DF 27 33 0 D FE 40 41
Octal 211 156 337 47 63 0 15 376 100 101
Binary 10001001 1101110 11011111 100111 110011 0 1101 11111110 1000000 1000001

Color Harmonies of #896EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896EDF

Black with #896EDF

Text Example


Text Example

White with #896EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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